UNPKG

@baqhub/sdk-react

Version:

The official React SDK for the BAQ federated app platform.

5 lines (4 loc) 157 B
import { CustomError } from "@baqhub/sdk"; export declare class InvalidActionError extends CustomError { constructor(state: unknown, action: unknown); }