2 lines
53 B
TypeScript
Executable File
2 lines
53 B
TypeScript
Executable File
export type Orientation = 'horizontal' | 'vertical';
|