mirror of
https://gitee.com/dromara/go-view.git
synced 2025-05-14 15:20:44 +08:00
5 lines
167 B
TypeScript
5 lines
167 B
TypeScript
import { InputsDateConfig } from './InputsDate/index'
|
|
import { InputsSelectConfig } from './InputsSelect/index'
|
|
|
|
export default [InputsDateConfig, InputsSelectConfig]
|