UNPKG

@wener/console

Version:
13 lines (11 loc) 178 B
import type { ReactNode } from 'react'; export interface SitePreferences { site: { title: string; logo: ReactNode; author: { name: string; link: string; }; }; }