@totalsoft/rocket-ui
Version:
A set of reusable and composable React components built on top of Material UI core for developing fast and friendly web applications interfaces.
25 lines (24 loc) • 506 B
TypeScript
declare const table: {
main: {
marginTop: string;
marginBottom: string;
borderSpacing: number;
};
tableHeader: {
textAlign: string;
backgroundColor: string;
padding: string;
borderBottom: string;
color: string;
};
tableContent: {
textAlign: string;
padding: string;
borderBottom: string;
};
itemSelected: {
background: string;
color: string;
};
};
export default table;