UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 318 B
import _NoticeBar from './notice-bar'; import { WithInstallType } from '../shared'; import './style'; import { TdNoticeBarProps } from './type'; export * from './type'; export declare type NoticeBarProps = TdNoticeBarProps; export declare const NoticeBar: WithInstallType<typeof _NoticeBar>; export default NoticeBar;