Most simple components created
This commit is contained in:
10
lib/component/input.ts
Normal file
10
lib/component/input.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import OptionInput from "./input/OptionInput";
|
||||
import SelectInput from "./input/SelectInput";
|
||||
import TextInput from "./input/TextInput";
|
||||
|
||||
|
||||
export {
|
||||
OptionInput,
|
||||
SelectInput,
|
||||
TextInput
|
||||
};
|
||||
Reference in New Issue
Block a user