UNPKG

@dialpad/dialtone

Version:

Dialpad's Dialtone design system monorepo

87 lines 2.19 kB
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{ type: { type: StringConstructor; default: string; validator: (type: unknown) => boolean; }; headingHeight: { type: StringConstructor; default: string; validator: (headingHeight: unknown) => boolean; }; width: { type: StringConstructor; default: string; }; animationDuration: { type: NumberConstructor; default: number; }; animate: { type: BooleanConstructor; default: boolean; }; offset: { type: NumberConstructor; default: number; }; contentClass: { type: StringConstructor; default: string; }; }>, {}, { SKELETON_HEADING_HEIGHTS: { sm: string; md: string; lg: string; }; }, {}, {}, { computed: { skeletonOffset(): any; skeletonStyle(): { animationDelay: string; animationDuration: any; }; }; }, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{ type: { type: StringConstructor; default: string; validator: (type: unknown) => boolean; }; headingHeight: { type: StringConstructor; default: string; validator: (headingHeight: unknown) => boolean; }; width: { type: StringConstructor; default: string; }; animationDuration: { type: NumberConstructor; default: number; }; animate: { type: BooleanConstructor; default: boolean; }; offset: { type: NumberConstructor; default: number; }; contentClass: { type: StringConstructor; default: string; }; }>> & Readonly<{}>, { type: string; offset: number; animationDuration: number; width: string; contentClass: string; animate: boolean; headingHeight: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default; //# sourceMappingURL=skeleton-text.vue.d.ts.map