Notice
Props
Prop Name | Type | Required | Default | Description |
---|---|---|---|---|
closable | boolean | true | 是否显示关闭按钮 | |
icon | null | false | string | ReactNode | 自定义前置icon,可传入Icon type或者自定义Icon,传入null、false隐藏,默认显示感叹号icon | ||
onClose | (e: MouseEvent) => void | noop | 关闭的回调 | |
styleType | 'default' | 'success' | 'warning' | 'error' | 'disabled' | 'info' | 'default' | 样式类型 | |
action | ReactNode | 自定义操作 |
说明
这是 Notice 提示框组件