UNPKG

@wordpress/data

Version:
11 lines (10 loc) 300 B
// packages/data/src/components/async-mode-provider/use-async-mode.js import { useContext } from "@wordpress/element"; import { Context } from "./context.mjs"; function useAsyncMode() { return useContext(Context); } export { useAsyncMode as default }; //# sourceMappingURL=use-async-mode.mjs.map