UNPKG

@anjuna/docs

Version:

Anjuna Documentation Web Components

13 lines (12 loc) 262 B
import '../../stencil.core'; export declare class Nav { /** * Whether the nav is active or not. */ active: boolean; /** * Disable the nav regardless of active state */ disabled: boolean; protected render(): JSX.Element; }