mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
6 lines
236 B
TypeScript
6 lines
236 B
TypeScript
import { InputsDateConfig } from './InputsDate/index'
|
|
import { InputsSelectConfig } from './InputsSelect/index'
|
|
import { InputsTabConfig } from './InputsTab/index'
|
|
|
|
export default [InputsDateConfig, InputsSelectConfig, InputsTabConfig]
|