nuxt-og-image
Version:
Enlightened OG Image generation for Nuxt.
21 lines (20 loc) • 659 B
TypeScript
/**
* @credits @arashsheyda <https://github.com/arashsheyda>
*/
type __VLS_Props = {
title?: string;
description?: string;
bg?: string;
icon?: string;
logo?: string;
image?: string;
username?: string;
socials?: {
name: string;
icon: string;
}[];
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
bg: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;