@vitorlans/react-table-ui
Version:
Out-of-the-box UI for React-Table 7
13 lines (12 loc) • 526 B
TypeScript
import type { ThemeColors, ThemeSpacing } from '../types';
export declare const pxToEm: (px: number) => string;
export declare const color: ThemeColors;
export declare const spacing: ThemeSpacing<string>;
export declare const radius: ThemeSpacing<string>;
export declare const mediaQueries: {
mobile: string;
};
export declare const border: {
readonly default: string;
};
export declare const CenterStyle = "\nwidth: 100%;\nheight: 100%;\ndisplay: flex;\nalign-items: center;\njustify-content: center;\n";