UNPKG

@coinmeca/ui

Version:

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

10 lines 313 B
"use client"; import Style from "./Blind.styled"; import BG from "../../../components/layouts/bg/BG"; export default function Blind(props) { return (<Style> {props?.background && <BG {...props?.background}/>} {props?.children} </Style>); } //# sourceMappingURL=Blind.jsx.map