props.d.ts 92 B

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