UNPKG
krco
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
基于arco-design-vue的配置化表格表单组件
krco
/
types
/
utils
/
default.d.ts
15 lines
(14 loc)
•
317 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import
{
Option
}
from
"../form/type"
;
import
{
TableOption
}
from
"../table/type"
;
/** * 默认全局配置 */
export
declare
const
defaultOption
:
any
;
/** * 默认表单配置 */
export
declare
const
defaultFormOption
:
Option
;
/** * 默认表格配置 */
export
declare
const
defaultTableOption
:
TableOption
;