UNPKG

antd-mobile

Version:

基于 React 的移动设计规范实现

10 lines (9 loc) 253 B
interface NoticeBarPropsType { mode?: 'closable' | 'link'; onClick?: () => void; type?: 'success' | 'error' | 'warn' | 'question' | 'info'; style?: {}; className?: string; prefixCls?: string; } export default NoticeBarPropsType;