UNPKG

@react-native-ohos/react-native-unistyles

Version:
3 lines (2 loc) 75 B
export type Optional<T> = T | undefined export type Nullable<T> = T | null