@umbraco-ui/uui-table
Version:
A basic loader element
15 lines (14 loc) • 428 B
TypeScript
import { UUITableCellElement } from './uui-table-cell.element';
/**
* Child element of uui-table-head. Use it there.
* @element uui-table-head-cell
*/
export declare class UUITableHeadCellElement extends UUITableCellElement {
connectedCallback(): void;
static styles: import("lit").CSSResult[];
}
declare global {
interface HTMLElementTagNameMap {
'uui-table-head-cell': UUITableHeadCellElement;
}
}