UNPKG

@wix/design-system

Version:

@wix/design-system

7 lines 355 B
import React from 'react'; import { st, classes } from './Footer.st.css.js'; const Footer = ({ children, isSticky = false, }) => (React.createElement("div", { "data-hook": "modalMobileLayout-footer", "data-sticky-footer": isSticky, className: st(classes.root, { isSticky, }) }, children)); export { Footer }; //# sourceMappingURL=Footer.js.map