UNPKG

tdesign-vue-next

Version:
33 lines (32 loc) 868 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; }; content: { type: PropType<TdSkeletonProps["content"]>; }; default: { type: PropType<TdSkeletonProps["default"]>; }; delay: { type: NumberConstructor; default: number; }; loading: { type: BooleanConstructor; default: boolean; }; rowCol: { type: PropType<TdSkeletonProps["rowCol"]>; }; theme: { type: PropType<TdSkeletonProps["theme"]>; default: TdSkeletonProps["theme"]; validator(val: TdSkeletonProps["theme"]): boolean; }; }; export default _default;