react-planner
Version:
react-planner is a React Component for plans design. Draw a 2D floorplan and navigate it in 3D mode.
14 lines (11 loc) • 341 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var tableStyle = { width: '100%', borderSpacing: '2px 0', marginBottom: '2px' };
var firstTdStyle = { width: '6em', textTransform: 'capitalize' };
var PropertyStyle = {
tableStyle: tableStyle,
firstTdStyle: firstTdStyle
};
exports.default = PropertyStyle;