UNPKG

@scania/tegel

Version:
15 lines (14 loc) 434 B
/** * @slot <default> - <b>Unnamed slot.</b> For a link element. Eg. <code>&lt;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; }