typedoc-theme-yaf
Version:
A fresh, opinionated and standalone front-end documentation application consuming Typedoc generated data.
16 lines (15 loc) • 484 B
TypeScript
import { YafHTMLElement } from '../../index.js';
/**
* **The app chrome wrapping around the main content portal.**
*
* This component deals primarily with opening drawers and scrolling to content.\
* It reacts to location input events.
*/
export declare class YafChromeContent extends YafHTMLElement {
scrollTimer: ReturnType<typeof setTimeout>;
onConnect(): void;
disconnectedCallback(): void;
private focusContent;
private emitScroll;
private events;
}