UNPKG

cozy-intent

Version:

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

11 lines (10 loc) 484 B
export declare const interpolate: (str: string, params: Record<string, string>) => string; export declare const isNativeDevMode: () => boolean; export declare const isWebDevMode: () => boolean; export declare const getErrorMessage: (error: unknown) => string; interface WithComponentId { componentId: string; } export declare const isFlagshipUiArgsArray: (item: unknown) => item is WithComponentId[]; export declare const isThemeArg: (item: unknown) => item is string; export {};