Files
MattrixwvReactComponents/lib/component/input.ts

11 lines
190 B
TypeScript

import OptionInput from "./input/OptionInput";
import SelectInput from "./input/SelectInput";
import TextInput from "./input/TextInput";
export {
OptionInput,
SelectInput,
TextInput
};