UNPKG

@codedoc/core

Version:

Create beautiful modern documentation websites.

10 lines (9 loc) 434 B
import { State } from '@connectv/core'; import { RendererLike } from '@connectv/html'; import { ThemedComponentThis } from '@connectv/jss-theme'; import { CodedocTheme } from '../../../theme'; export interface GitterHolderOptions { state: State; room: string; } export declare function GitterHolder(this: ThemedComponentThis<CodedocTheme>, { state, room }: GitterHolderOptions, renderer: RendererLike<any, any>): HTMLElement;