UNPKG

@daks.dev/svelte.sdk

Version:
15 lines (14 loc) 334 B
type Props = { app?: { themeColor?: string; tileColor?: string; shortName?: string; }; robots?: string; title?: string; description?: string; canonical?: string; }; declare const Head: import("svelte").Component<Props, {}, "">; type Head = ReturnType<typeof Head>; export default Head;