UNPKG

seti-ramesesv1

Version:

Reusable components and context for Next.js apps

9 lines (6 loc) 203 B
import { jsx } from 'react/jsx-runtime'; const Spacer = ({ height = 10 }) => { return jsx("div", { style: { height: height } }); }; export { Spacer as default }; //# sourceMappingURL=Spacer.js.map