UNPKG

@teamsparta/framer

Version:
16 lines (13 loc) 324 B
import { ControlType } from 'framer'; import { jsx } from 'react/jsx-runtime'; // src/Framer.tsx function Framer(props) { return /* @__PURE__ */ jsx("div", { children: props.some }); } var propertyControls = { some: { type: ControlType.String, defaultValue: "hello" } }; export { Framer, propertyControls };