tdesign-mobile-vue
Version:
tdesign-mobile-vue
9 lines (8 loc) • 318 B
TypeScript
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;