Choices/public/types/src/scripts/interfaces/passed-element-type.d.ts
2022-11-20 12:11:45 +01:00

2 lines
124 B
TypeScript

export type PassedElementType = 'text' | 'select-one' | 'select-multiple';
//# sourceMappingURL=passed-element-type.d.ts.map