UNPKG

react-native-unit-components

Version:

Unit React Native components

6 lines 221 B
import type { UNError } from './error.types'; export type UNOnLoadResponseData<T> = { data: T; }; export type UNOnLoadResponse<T> = UNOnLoadResponseData<T> | UNError; //# sourceMappingURL=onLoadResponse.types.d.ts.map