4 lines
102 B
TypeScript
4 lines
102 B
TypeScript
|
|
import { TdTabPanelProps } from './type';
|
||
|
|
declare const props: TdTabPanelProps;
|
||
|
|
export default props;
|