@stlhorizon/vue-ui
Version:
A Vue.js component library with Tailwind CSS styling
23 lines • 877 B
TypeScript
declare const _default: import("vue").DefineComponent<{}, {
$emit: typeof emit;
$props: Partial<typeof props>;
loading: string;
src: string;
alt: string;
aspectRatio: string;
objectFit: string;
showSpinner: boolean;
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 emit: (event: "error" | "load", ...args: any[]) => void;
declare const props: {
readonly loading: string;
readonly src: string;
readonly alt: string;
readonly aspectRatio: string;
readonly objectFit: string;
readonly showSpinner: boolean;
readonly class?: string;
};
//# sourceMappingURL=Image.vue.d.ts.map