UNPKG

cozy-intent

Version:

Event-based library allowing interactions between React-Native and React applications

7 lines (6 loc) 182 B
interface UseIsAvailableResult { isAvailable: boolean | null; error?: string; } export declare const useIsAvailable: (methodName: string) => UseIsAvailableResult; export {};