UNPKG

@agendize/design-system

Version:
49 lines 1.44 kB
interface Props { id?: string; title: string; description?: string; picture?: { url: string; alt: string; }; disabledObject?: boolean; defaultPicture?: string; footerLink?: string; loading?: boolean; checkable?: boolean; tag?: { icon: string; label: string; }; checked?: boolean; } declare function __VLS_template(): { attrs: Partial<{}>; slots: { 'footer-left'?(_: {}): any; 'footer-right'?(_: {}): any; }; refs: {}; rootEl: HTMLAnchorElement; }; type __VLS_TemplateResult = ReturnType<typeof __VLS_template>; declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { select: () => any; check: (value: any) => any; }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{ onSelect?: (() => any) | undefined; onCheck?: ((value: any) => any) | undefined; }>, { id: string; checked: boolean; loading: boolean; checkable: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLAnchorElement>; declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>; export default _default; type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S; }; }; //# sourceMappingURL=Card.vue.d.ts.map