@scania/tegel
Version:
Tegel Design System
15 lines (14 loc) • 434 B
TypeScript
/**
* @slot <default> - <b>Unnamed slot.</b> For a link element. Eg. <code><a><a></code>.
*/
export declare class TdsLink {
host: HTMLElement;
/** Disables the Link */
disabled: boolean;
/** Displays the Link with an underline. */
underline: boolean;
/** Displays the Link as a standalone component. Not part of a paragraph. */
standalone: boolean;
connectedCallback(): void;
render(): any;
}