biketag-vue
Version:
<h1 align=center>BikeTag-Vue</h1> <div align="center"> <img alt="biketag-vue logo" src="https://raw.githubusercontent.com/keneucker/biketag-website/production/public/img/Tag-Logo-Stacked-V2-medium.png" height="auto" width="200" style="border-radius:25%;">
23 lines (22 loc) • 818 B
TypeScript
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {
link: string;
title: string;
variant: string;
imgSrc: string;
subtitle: string;
linkText: string;
$props: {
readonly link?: string | undefined;
readonly title?: string | undefined;
readonly variant?: string | undefined;
readonly imgSrc?: string | undefined;
readonly subtitle?: string | undefined;
readonly linkText?: string | undefined;
};
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
default?(_: {}): any;
}>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & (new () => {
$slots: S;
});