create.mjs 197 B

123456
  1. import { createMotionComponentFactory } from '../create-factory.mjs';
  2. const createMinimalMotionComponent =
  3. /*@__PURE__*/ createMotionComponentFactory();
  4. export { createMinimalMotionComponent };