UNPKG

@elacity-js/uikit

Version:

React / Material UI Design kit for Elacity project

36 lines (34 loc) 884 B
function Footer(theme) { return { Footer: { defaultProps: { position: 'relative', }, styleOverrides: { root: {}, }, variants: [ { props: { position: 'absolute' }, style: { position: 'absolute' } }, { props: { position: 'relative' }, style: { position: 'relative' } }, { props: { position: 'fixed' }, style: { position: 'fixed' } }, ] }, }; } export { Footer as default }; //# sourceMappingURL=Footer.js.map