UNPKG

@callstack/react-theme-provider

Version:

Theme provider for react and react-native applications

6 lines (4 loc) 124 B
/* @flow */ export type $DeepShape<O: Object> = $Shape< $ObjMap<O, (<V: Object>(V) => $DeepShape<V>) & (<V>(V) => V)> >;