@aurodesignsystem/auro-hyperlink
Version:
auro-hyperlink HTML custom element
13 lines • 499 B
TypeScript
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