SwitchLayoutGroupContext.mjs 253 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 "use client"; import { createContext } from 'react'; /** * Internal, exported only for usage in Framer */ const SwitchLayoutGroupContext = createContext({}); export { SwitchLayoutGroupContext }; //# sourceMappingURL=SwitchLayoutGroupContext.mjs.map