UNPKG

react-native-unit-components

Version:

Unit React Native components

10 lines (7 loc) 225 B
import type { UNComponentsError } from './error.types'; export type UNComponentsOnLoadResponseData<T> = { data: T, } export type UNComponentsOnLoadResponse<T> = | UNComponentsOnLoadResponseData<T> | UNComponentsError