40 lines
1.0 KiB
TypeScript
40 lines
1.0 KiB
TypeScript
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
href: {
|
|
type: import("vue").PropType<string>;
|
|
default: string;
|
|
};
|
|
ariaLabel: {
|
|
type: import("vue").PropType<string>;
|
|
default: string;
|
|
};
|
|
srText: {
|
|
type: import("vue").PropType<string>;
|
|
default: string;
|
|
};
|
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
href: {
|
|
type: import("vue").PropType<string>;
|
|
default: string;
|
|
};
|
|
ariaLabel: {
|
|
type: import("vue").PropType<string>;
|
|
default: string;
|
|
};
|
|
srText: {
|
|
type: import("vue").PropType<string>;
|
|
default: string;
|
|
};
|
|
}>>, {
|
|
href: string;
|
|
ariaLabel: string;
|
|
srText: string;
|
|
}, {}>, {
|
|
default?(_: {}): any;
|
|
}>;
|
|
export default _default;
|
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
new (): {
|
|
$slots: S;
|
|
};
|
|
};
|