@agendize/design-system
Version:
Agendize web design system
10 lines • 492 B
TypeScript
type __VLS_Props = {
id?: string;
hasBorder?: boolean;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
id: string;
hasBorder: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLElement>;
export default _default;
//# sourceMappingURL=View.vue.d.ts.map