@codedoc/core
Version:
Create beautiful modern documentation websites.
12 lines (11 loc) • 476 B
TypeScript
import { RendererLike } from '@connectv/html';
import { ThemedComponentThis } from '@connectv/jss-theme';
import { CodedocTheme } from '../../../theme';
export interface GitterOptions {
room: string;
label?: string;
icon?: boolean;
}
export declare function GitterToggle(this: ThemedComponentThis<CodedocTheme>, options: GitterOptions, renderer: RendererLike<any, any>): HTMLElement;
export declare const GitterToggle$: any;
export { GitterStyle } from './style';