@anjuna/docs
Version:
Anjuna Documentation Web Components
19 lines (18 loc) • 395 B
TypeScript
import '../../stencil.core';
export declare class Header {
/**
* The library github repo
*/
github?: string;
/**
* The current version of the library
*/
version?: string;
/**
* Whether the header nav is open of closed at smaller resolutions
*/
active: boolean;
element: HTMLElement;
render(): JSX.Element[];
private toggleNav;
}