@agendize/design-system
Version:
Agendize web design system
34 lines • 1.16 kB
TypeScript
interface Props {
link?: string;
ariaLabel: string;
text?: string;
displayMode?: 'default' | 'breakAll' | 'ellipse';
target?: '_blank' | '_self' | '_parent' | '_top';
icon?: string;
noNewPage?: boolean;
}
declare function __VLS_template(): {
attrs: Partial<{}>;
slots: {
default?(_: {}): any;
default?(_: {}): any;
};
refs: {};
rootEl: any;
};
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
action: () => any;
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
onAction?: (() => any) | undefined;
}>, {
displayMode: "default" | "breakAll" | "ellipse";
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
new (): {
$slots: S;
};
};
//# sourceMappingURL=Link.vue.d.ts.map