@react-md/table
Version:
Create responsive data tables and accessible fixed tables
37 lines (36 loc) • 1.35 kB
TypeScript
declare const _default: {
"rmd-table-light-border-color": string;
"rmd-table-dark-border-color": string;
"rmd-table-border-color": string;
"rmd-table-cell-horizontal-padding": string;
"rmd-table-cell-vertical-padding": string;
"rmd-table-cell-sticky-position": number;
"rmd-table-cell-sticky-z-index": number;
"rmd-table-cell-height": string;
"rmd-table-cell-dense-height": string;
"rmd-table-cell-color": string;
"rmd-table-cell-horizontal-alignments": string[];
"rmd-table-cell-vertical-alignments": string[];
"rmd-table-header-cell-height": string;
"rmd-table-header-cell-dense-height": string;
"rmd-table-header-cell-color": string;
"rmd-table-header-sticky-position": number;
"rmd-table-row-hover-color": string;
"rmd-table-row-selected-color": string;
"rmd-table-footer-sticky-position": number;
"rmd-table-checkbox-padding": string;
"rmd-table-theme-values": {
"border-color": string;
"cell-color": string;
"cell-h-padding": string;
"cell-v-padding": string;
"cell-height": string;
"cell-dense-height": string;
"hover-color": string;
"selected-color": string;
"sticky-header": number;
"sticky-cell": number;
"sticky-footer": number;
};
};
export default _default;