UNPKG

@codedoc/core

Version:

Create beautiful modern documentation websites.

4 lines (3 loc) 215 B
import { RendererLike, ComponentThis } from '@connectv/html'; export declare function TabSelector(this: ComponentThis, _: any, renderer: RendererLike<any, any>): HTMLElement; export declare const TabSelector$: any;