UNPKG

@codedoc/core

Version:

Create beautiful modern documentation websites.

10 lines (9 loc) 320 B
import { RendererLike } from '@connectv/html'; export interface MetaOptions { subject?: string; description?: string; keywords?: string[]; themeColor?: string; appleMobileWebStatusBarStyle?: string; } export declare function Meta(options: MetaOptions, renderer: RendererLike<any, any>): HTMLElement;