@danilandreev/material-docs
Version:
material-docs - react framework for easy creating documentation site in material design style.
24 lines (21 loc) • 528 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.useCommonStyles = void 0;
var _styles = require("@material-ui/core/styles");
/*
* Author: Andrieiev Danil | danssg08@gmail.com | https://github.com/DanilAndreev
* Copyright (C) 2020.
*/
var useCommonStyles = (0, _styles.makeStyles)(function (theme) {
return {
pageBlock: {
marginBottom: theme.spacing(1),
paddingTop: theme.spacing(1)
}
};
}, {
name: "Md-System"
});
exports.useCommonStyles = useCommonStyles;