@stefanobartoletti/nuxt-social-share
Version:
Simple Social Sharing for Nuxt
33 lines (32 loc) • 1.33 kB
TypeScript
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
export default _default;
type __VLS_WithSlots<T, S> = T & (new () => {
$slots: S;
});
declare const __VLS_component: import("vue-demi").DefineComponent<{}, {
network: string;
title?: string | undefined;
image?: string | undefined;
user?: string | undefined;
hashtags?: string | undefined;
url?: string | undefined;
icon?: boolean | undefined;
styled?: boolean | undefined;
label?: boolean | undefined;
$props: {
readonly network?: string | undefined;
readonly title?: string | undefined;
readonly image?: string | undefined;
readonly user?: string | undefined;
readonly hashtags?: string | undefined;
readonly url?: string | undefined;
readonly icon?: boolean | undefined;
readonly styled?: boolean | undefined;
readonly label?: boolean | undefined;
};
}, {}, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, {}, string, import("vue-demi").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue-demi").ComponentProvideOptions, true, {}, any>;
type __VLS_Slots = {
icon?: ((props: {}) => any) | undefined;
} & {
label?: ((props: {}) => any) | undefined;
};