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

2 lines
124 B
TypeScript
Raw Normal View History

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