提交 df4950de 编写于 作者: 郝先瑞

feat(component/index.d.ts): 添加公共组件的TypeScript类型描述文件

上级 eb66f6ec
/**
* 组件类型声明
*/
/**
* 弹窗属性类型声明
*/
export interface Dialog {
title: string,
visible: boolean
}
/**
* 通用组件选择项类型声明
*/
export interface Option {
value: string,
label: string
children?: Option[]
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册