Choices/public/types/src/scripts/interfaces/position-options-type.d.ts

2 lines
112 B
TypeScript
Raw Normal View History

export type PositionOptionsType = 'auto' | 'top' | 'bottom';
2021-12-26 22:38:09 +01:00
//# sourceMappingURL=position-options-type.d.ts.map