UNPKG

@wordpress/data

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