UNPKG

@kloudlite/design-system

Version:

A design system for building ambitious products.

11 lines (9 loc) 213 B
"use client"; // components/atoms/sample.tsx import { jsx } from "react/jsx-runtime"; var SampleComponent = ({ children }) => { return /* @__PURE__ */ jsx("div", { children }); }; export { SampleComponent };