react-desktop
Version:
React UI Components for macOS High Sierra and Windows 10
28 lines (25 loc) • 433 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = {
container: {
position: 'relative',
display: 'flex',
flex: 1,
height: '100%',
flexDirection: 'column'
},
scrollable: {
overflow: 'scroll',
width: '100%',
display: 'flex',
flex: 1,
flexDirection: 'column'
},
list: {
listStyle: 'none',
padding: '0px',
margin: '0px'
}
};