@mui/x-tree-view
Version:
The community edition of the MUI X Tree View components.
17 lines (16 loc) • 429 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.createUseThemeProps = createUseThemeProps;
Object.defineProperty(exports, "styled", {
enumerable: true,
get: function () {
return _styles.styled;
}
});
var _styles = require("@mui/material/styles");
// eslint-disable-next-line @typescript-eslint/no-unused-vars
function createUseThemeProps(name) {
return _styles.useThemeProps;
}