mirror of
https://gitee.com/dromara/go-view.git
synced 2025-10-13 22:12:11 +08:00
7 lines
325 B
TypeScript
7 lines
325 B
TypeScript
import { InputsDateConfig } from './InputsDate/index'
|
|
import { InputsSelectConfig } from './InputsSelect/index'
|
|
import { InputsTabConfig } from './InputsTab/index'
|
|
import { InputsCharactersConfig} from "./InputsCharacters/index";
|
|
|
|
export default [InputsDateConfig, InputsSelectConfig, InputsTabConfig,InputsCharactersConfig]
|