UNPKG

@aurodesignsystem/auro-hyperlink

Version:
13 lines 499 B
export class AuroHyperlinkButton { /** * This will register this element with the browser. * @param {string} [name="auro-hyperlink-button"] - The name of element that you want to register to. * * @example * AuroHyperlinkButton.register("custom-hyperlink-button") // this will register this element to <custom-hyperlink-button/> * */ static register(name?: string): void; static get styles(): any[]; } //# sourceMappingURL=auro-hyperlink-button.d.ts.map