ui-lit
Version:
UI Elements on LIT
5 lines (4 loc) • 628 B
TypeScript
export declare const filterWidth = 265;
export declare const tableCSSVarsNames: Record<"fontSize" | "headerColor" | "cursor" | "rowHover" | "rowSelected" | "cellPadding" | "cellHeaderPadding" | "headerSeparator" | "headerFontSize" | "headerBackground" | "headerIconColor" | "headerIconColorHover" | "headerIconColorSelected" | "headerIconBackgroundHover" | "headerSortPadding" | "headerFilterPadding" | "headerFilterContentBackground" | "headerFilterContentShadow", import("lit").CSSResultOrNative>;
export declare const tableStyles: import("lit").CSSResult;
export declare const tableHeaderStyles: import("lit").CSSResult;