props.d.ts 104 B

123
  1. import { TdNoticeBarProps } from './type';
  2. declare const props: TdNoticeBarProps;
  3. export default props;