form-input-fields
Version:
A customizable form field components built with TypeScript
7 lines • 344 B
TypeScript
import { CSSProperties } from '@mui/styles';
declare const drawerBackGround = "#19212b";
declare const dividerColor = "#404854";
declare const headerBackground = "#262f3d";
declare const defaultLabelFont: CSSProperties;
export { drawerBackGround, defaultLabelFont, dividerColor, headerBackground };
//# sourceMappingURL=portal-material.d.ts.map