9 lines
264 B
JavaScript
9 lines
264 B
JavaScript
import { jsx } from "react/jsx-runtime";
|
|
import { S as Switch$1 } from "./switch-CEzDpTwE.js";
|
|
const Switch = ({ children, ...props }) => {
|
|
return /* @__PURE__ */ jsx(Switch$1, { dir: "ltr", ...props, className: "cursor-pointer" });
|
|
};
|
|
export {
|
|
Switch as S
|
|
};
|