UNPKG

hongluan-ui

Version:
17 lines (16 loc) 960 B
import type Skeleton from './skeleton.vue'; import type { ExtractPropTypes } from 'vue'; export declare const skeletonProps: { readonly animated: import("hongluan-ui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>; readonly count: import("hongluan-ui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>; readonly rows: import("hongluan-ui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>; readonly loading: import("hongluan-ui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>; readonly throttle: { readonly type: import("vue").PropType<number>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; }; export declare type SkeletonProps = ExtractPropTypes<typeof skeletonProps>; export declare type SkeletonInstance = InstanceType<typeof Skeleton>;