UNPKG

@nethesis/vue-components

Version:

This library contains: - a collection of Vue 3 components based on [Flowbite](https://flowbite.com/) - a set of utility functions

26 lines 871 B
import type { PropType } from 'vue'; type SkeletonSize = 'sm' | 'md' | 'lg'; declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ size: { type: PropType<SkeletonSize>; default: string; }; lines: { type: NumberConstructor; default: number; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ size: { type: PropType<SkeletonSize>; default: string; }; lines: { type: NumberConstructor; default: number; }; }>> & Readonly<{}>, { size: SkeletonSize; lines: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default; //# sourceMappingURL=NeSkeleton.vue.d.ts.map