index.ts 236 Bytes Raw Blame History Permalink 1 2 3 4 5 import { InputsDateConfig } from './InputsDate/index' import { InputsSelectConfig } from './InputsSelect/index' import { InputsTabConfig } from './InputsTab/index' export default [InputsDateConfig, InputsSelectConfig, InputsTabConfig]