UNPKG

@teamsparta/stack-framer

Version:
18 lines (16 loc) 377 B
// src/Framer.tsx import { addPropertyControls, ControlType } from "framer"; import { jsx } from "react/jsx-runtime"; function Framer(props) { return /* @__PURE__ */ jsx("div", { children: props.some }); } addPropertyControls(Framer, { some: { type: ControlType.String, defaultValue: "hello" } }); export { Framer }; //# sourceMappingURL=chunk-UB4LDQF5.js.map