UNPKG

react-planner-viewer

Version:

react-planner-viewer is a React Component for view plans builded with react-planner in 2D mode

10 lines (7 loc) 234 B
const tableStyle = {width: '100%', borderSpacing: '2px 0', marginBottom: '2px'}; const firstTdStyle = {width: '6em', textTransform:'capitalize'}; const PropertyStyle = { tableStyle, firstTdStyle }; export default PropertyStyle;