UNPKG

@ximu/notice-bar

Version:
9 lines (8 loc) 212 B
/// <reference types="react" /> interface IProps { message: string[]; duration?: number; newLine?: boolean; } declare function NoticeBar(props: IProps): JSX.Element; export default NoticeBar;