UNPKG

reactors

Version:

View components and APIs that work web, mobile and desktop!

9 lines (6 loc) 185 B
// @flow declare type $ReactorsPlatform = 'desktop' | 'mobile' | 'node' | 'web'; declare type $ReactorsPropsTransformers = { added: {[prop: string]: any}[], removed: string[], };