UNPKG

@codedoc/core

Version:

Create beautiful modern documentation websites.

8 lines (7 loc) 405 B
import { RendererLike } from '@connectv/html'; import { ThemedComponentThis } from '@connectv/jss-theme'; import { CodedocTheme } from '../../theme'; export declare function DarkModeSwitch(this: ThemedComponentThis<CodedocTheme>, _: any, renderer: RendererLike<any, any>): HTMLElement; export declare const DarkModeSwitch$: any; export * from './darklight'; export { DarkModeSwitchStyle } from './style';