@codedoc/core
Version:
Create beautiful modern documentation websites.
12 lines (11 loc) • 378 B
TypeScript
import { RendererLike, ComponentThis } from '@connectv/html';
export interface SearchOptions {
repo: string;
user: string;
root: string;
pick: string;
drop: string;
label?: string;
}
export declare function GithubSearch(this: ComponentThis, options: SearchOptions, renderer: RendererLike<any, any>): HTMLElement;
export declare const GithubSearch$: any;