Files
protoc-frontend/src/components/BasicElements/index.ts

8 lines
362 B
TypeScript

export { checkboxDefinition } from "./CheckboxElement";
export { dateDefinition } from "./DateElement";
export { numberDefinition } from "./NumberElement";
export { radioDefinition } from "./RadioElement";
export { selectDefinition } from "./SelectElement";
export { textareaDefinition } from "./TextareaElement";
export { textDefinition } from "./TextElement";