@agendize/design-system
Version:
Agendize web design system
14 lines • 579 B
TypeScript
interface Props {
id?: string;
hasImage?: boolean;
hasSubtitle?: boolean;
hasAction?: boolean;
}
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
id: string;
hasImage: boolean;
hasSubtitle: boolean;
hasAction: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
export default _default;
//# sourceMappingURL=View.vue.d.ts.map