UNPKG

@codedoc/core

Version:

Create beautiful modern documentation websites.

8 lines (7 loc) 595 B
import { RendererLike } from '@connectv/html'; import { ThemedComponentThis } from '@connectv/jss-theme'; import { CodedocTheme } from '../../../theme'; export declare const DarkLightStyle: import("@connectv/jss-theme").ThemedStyle<CodedocTheme>; export declare function InLight(_: any, renderer: RendererLike<any, any>, content: any): HTMLElement; export declare function InDark(_: any, renderer: RendererLike<any, any>, content: any): HTMLElement; export declare function DarkLight(this: ThemedComponentThis<CodedocTheme>, _: any, renderer: RendererLike<any, any>, content: any): HTMLElement;