UNPKG

yuan-elements

Version:

This package consists of React Native components that will be used by the Yuan app in its development.

8 lines (6 loc) 281 B
import BackgroudImage from './BackgroundImage'; import colors from './colors'; import { getStatusBarHeight } from './statusBar'; import ViewPropTypes from './ViewPropTypes'; import fonts from './fonts'; export { BackgroudImage, colors, getStatusBarHeight, ViewPropTypes, fonts };