UNPKG

@anjuna/docs

Version:

Anjuna Documentation Web Components

12 lines (11 loc) 225 B
export declare class Nav { /** * Whether the nav is active or not. */ active: boolean; /** * Disable the nav regardless of active state */ disabled: boolean; protected render(): any; }