UNPKG

react-native-unistyles

Version:
3 lines 113 B
export type Optional<T> = T | undefined; export type Nullable<T> = T | null; //# sourceMappingURL=common.d.ts.map