UNPKG

typedoc-theme-yaf

Version:

A fresh, opinionated and standalone front-end documentation application consuming Typedoc generated data.

15 lines (14 loc) 343 B
import YafHTMLElement from '../../YafHTMLElement.js'; /** * */ export declare class YafNavigationSearchbar extends YafHTMLElement { onConnect(): void; disconnectedCallback(): void; private focussed; private blurred; private searchChanged; private setSearchState; private eventsList; private static factory; }