UNPKG

@aurodesignsystem/auro-nav

Version:
18 lines 539 B
/** * The auro-nav element provides users a way to ... (it would be great if you fill this out). * * @attr {Boolean} active - If set, dethe link is currently the active link in the parent auro-nav. */ export class AuroAnchorlink { static get properties(): { active: { type: BooleanConstructor; reflect: boolean; }; }; static get styles(): any[]; updated(changedProperties: any): void; firstUpdated(): void; active: boolean; } //# sourceMappingURL=auro-anchorlink.d.ts.map