@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.
6 lines • 303 B
JavaScript
export const sidebarWrapperHeight = Object.freeze('calc(100vh - 115px)');
export const emptyArray = Object.freeze([]);
export const emptyObject = Object.freeze({});
export const emptyString = Object.freeze('');
export const emptyFunction = Object.freeze(() => { });
//# sourceMappingURL=constants.js.map