UNPKG

@stlhorizon/vue-ui

Version:

A Vue.js component library with Tailwind CSS styling

15 lines 615 B
declare const _default: import("vue").DefineComponent<{}, { $props: Partial<typeof props>; size: string; variant: string; label: string; class?: string; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default; declare const props: { readonly size: string; readonly variant: string; readonly label: string; readonly class?: string; }; //# sourceMappingURL=Spinner.vue.d.ts.map