UNPKG

@bilions/search-js

Version:
11 lines (10 loc) 238 B
import { SearchJSConfig } from '../types'; export declare class Header { /** * render header html string * * @param {SearchJSConfig} config * @returns {string} */ render(config: SearchJSConfig): string; }