UNPKG

@aurodesignsystem/auro-hyperlink

Version:
30 lines 770 B
export class AuroElement extends LitElement { static get properties(): { /** * Defines the language of an element. * @default {'default'} */ layout: { type: StringConstructor; attribute: string; reflect: boolean; }; shape: { type: StringConstructor; attribute: string; reflect: boolean; }; size: { type: StringConstructor; attribute: string; reflect: boolean; }; onDark: { type: BooleanConstructor; attribute: string; reflect: boolean; }; }; } import { LitElement } from "lit"; //# sourceMappingURL=auroElement.d.ts.map