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