UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

4 lines (3 loc) 122 B
declare type StyleModifier = (style: Object) => Object; declare const prefixAll: StyleModifier; export default prefixAll;