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