UNPKG

@cds/core

Version:

Clarity Design System - common components, themes, and utilties

37 lines (36 loc) 896 B
import { LitElement } from 'lit'; /** * Grid Placeholder * * ```typescript * import '@cds/core/grid/register.js'; * ``` * * @internal * @element cds-grid-placeholder */ export declare class CdsGridPlaceholder extends LitElement { i18n: { resizeColumn: string; closeDetails: string; noData: string; rowDetailStart: string; rowDetailEnd: string; footerEnd: string; action: string; dropTarget: string; pagination: { label: string; firstPage: string; previousPage: string; nextPage: string; lastPage: string; pageSize: string; page: string; }; }; readonly gridCell: HTMLElement; static styles: import("lit").CSSResultGroup[]; connectedCallback(): void; render(): import("lit-html").TemplateResult<1>; }