UNPKG

@umbraco-ui/uui-symbol-file

Version:

Umbraco symbol-file custom element, displays a file

19 lines (18 loc) 452 B
import { LitElement } from 'lit'; /** * @element uui-file-symbol */ export declare class UUISymbolFileElement extends LitElement { /** * The text that will appear on the file icon * @type {string} */ type: string; render(): import("lit-html").TemplateResult<1>; static styles: import("lit").CSSResult[]; } declare global { interface HTMLElementTagNameMap { 'uui-symbol-file': UUISymbolFileElement; } }