There was an error while loading. Please reload this page.
组件文档API部分,以API开始,接着 参数、事件、插槽、接口&类型定义的顺序,如果组件缺失其中每一项则跳过。如果组件有特殊项,则在 接口&类型定义 后按自己组件顺序编写。
表格内容需要左对齐。
类型加 ``反引号包裹住,默认值如果为字符串类型或枚举类型用' '单引号包裹住
IButtonStyle
type IButtonStyle = 'common' | 'primary' | 'text' | 'text-dark' | 'danger' | 'success' | 'warning';