Choices/src/scripts/interfaces/position-options-type.ts

2 lines
61 B
TypeScript

export type PositionOptionsType = 'auto' | 'top' | 'bottom';