mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
10 lines
337 B
TypeScript
10 lines
337 B
TypeScript
export type ToolbarState = 'elAnimation' | 'elStyle' | 'elPosition' | 'slideStyle' | 'slideAnimation' | 'multiPosition'
|
|
|
|
export const ToolbarStates = {
|
|
EL_ANIMATION: 'elAnimation',
|
|
EL_STYLE: 'elStyle',
|
|
EL_POSITION: 'elPosition',
|
|
SLIDE_STYLE: 'slideStyle',
|
|
SLIDE_ANIMATION: 'slideAnimation',
|
|
MULTI_POSITION: 'multiPosition',
|
|
} |