@open-tender/store
Version:
A library of hooks, reducers, utility functions, and types for use with Open Tender applications that utilize our in-store POS API
20 lines (19 loc) • 460 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var main = {
main: {
classes: '',
props: {},
style: {
position: 'relative',
zIndex: 1,
width: '100%',
height: '100vh',
display: 'flex',
flexDirection: 'column',
justifyContent: 'space-between',
alignItems: 'stretch'
}
}
};
exports.default = main;