@stlhorizon/vue-ui
Version:
A Vue.js component library with Tailwind CSS styling
17 lines • 698 B
TypeScript
declare const _default: import("vue").DefineComponent<{}, {
$props: Partial<typeof __VLS_props>;
title: string;
description: string;
step: number;
active: boolean;
completed: boolean;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
declare const __VLS_props: {
readonly title: string;
readonly description: string;
readonly step: number;
readonly active: boolean;
readonly completed: boolean;
};
//# sourceMappingURL=StepperItem.vue.d.ts.map