UNPKG

@codedoc/core

Version:

Create beautiful modern documentation websites.

7 lines (6 loc) 367 B
import { RendererLike } from '@connectv/html'; import { ThemedComponentThis } from '@connectv/jss-theme'; import { CodedocTheme } from '../../../../theme'; export declare function ToCToggle(this: ThemedComponentThis<CodedocTheme>, _: any, renderer: RendererLike<any, any>): HTMLElement; export declare const ToCToggle$: any; export { ToCToggleStyle } from './style';