Choices/public/types/src/scripts/interfaces/passed-element-type.d.ts

2 lines
132 B
TypeScript
Raw Normal View History

2021-12-26 22:38:09 +01:00
export declare type PassedElementType = 'text' | 'select-one' | 'select-multiple';
//# sourceMappingURL=passed-element-type.d.ts.map