UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

19 lines (16 loc) 381 B
import { createMemoStyles } from '../../theme/create-memo-styles.js'; var useStyles = createMemoStyles({ root: { position: "absolute", top: 0, left: 0, right: 0, bottom: 0, display: "flex", alignItems: "center", justifyContent: "center", overflow: "hidden" } }); export default useStyles; //# sourceMappingURL=LoadingOverlay.styles.js.map