forked from nikita/muzika-gromche
3 lines
80 B
TypeScript
3 lines
80 B
TypeScript
|
|
/** Slider's orientation */
|
||
|
|
export type Orientation = 'horizontal' | 'vertical'
|