UNPKG

tdesign-vue-next

Version:
26 lines (25 loc) 677 B
import { TdSkeletonProps } from './type'; import { PropType } from 'vue'; declare const _default: { animation: { type: PropType<TdSkeletonProps["animation"]>; default: TdSkeletonProps["animation"]; validator(val: TdSkeletonProps["animation"]): boolean; }; delay: { type: NumberConstructor; default: number; }; loading: { type: BooleanConstructor; default: boolean; }; rowCol: { type: PropType<TdSkeletonProps["rowCol"]>; }; theme: { type: PropType<TdSkeletonProps["theme"]>; validator(val: TdSkeletonProps["theme"]): boolean; }; }; export default _default;