UNPKG

antd-mobile-alita

Version:

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

8 lines (7 loc) 211 B
import * as React from 'react'; export interface NoticeBarPropsType { mode?: 'closable' | 'link'; onClick?: () => void; icon?: React.ReactElement<any> | null; action?: React.ReactElement<any>; }