@ryo-98/react-api-bridge
Version:
A registry for component imperative api
25 lines (24 loc) • 881 B
JavaScript
import { default as default2 } from "./components/Boundary.js";
import { useAPI } from "./hooks/useAPI.js";
import { useTools } from "./hooks/useTools.js";
import { useRegister } from "./hooks/useRegister.js";
import { useBoundaryContext } from "./hooks/useBoundaryContext.js";
import { useBoundaryPayload } from "./hooks/useBoundaryPayload.js";
import { useBoundaryRef } from "./hooks/useBridgeRef.js";
import { useUpperAPI } from "./hooks/useUpperAPI.js";
import { useUpperBoundaryPayload } from "./hooks/useUpperBoundaryPayload.js";
import { getBridgeAPI } from "./methods/getBridgeAPI.js";
import { getBridgeAPIAsync } from "./methods/getBridgeAPIAsync.js";
export {
default2 as createBoundary,
getBridgeAPI,
getBridgeAPIAsync,
useAPI,
useBoundaryContext,
useBoundaryPayload,
useBoundaryRef,
useRegister,
useTools,
useUpperAPI,
useUpperBoundaryPayload
};