UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

21 lines (20 loc) 802 B
import type { ExtractPropTypes, PropType } from 'vue'; export declare const skeletonTitleProps: () => { prefixCls: StringConstructor; width: { type: PropType<string | number>; }; }; export type SkeletonTitleProps = Partial<ExtractPropTypes<ReturnType<typeof skeletonTitleProps>>>; declare const SkeletonTitle: import("vue").DefineComponent<{ prefixCls: StringConstructor; width: { type: PropType<string | number>; }; }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ExtractPropTypes<{ prefixCls: StringConstructor; width: { type: PropType<string | number>; }; }>>, {}, {}>; export default SkeletonTitle;