SwitchLayoutGroupContext.mjs 199 B

123456789
  1. "use client";
  2. import { createContext } from 'react';
  3. /**
  4. * Internal, exported only for usage in Framer
  5. */
  6. const SwitchLayoutGroupContext = createContext({});
  7. export { SwitchLayoutGroupContext };