tab-panel-props.d.ts 102 B

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