UNPKG

@ryo-98/react-api-bridge

Version:
3 lines (2 loc) 208 B
import { BridgeAPIOptions } from "../types/options.js"; export declare const getIsMulti: <A extends object, N extends keyof A>(name: N, bridgeOptions: BridgeAPIOptions<A> | undefined) => boolean | undefined;