UNPKG

rxn-grife

Version:

🎀 Programmatic Styling Library for React, React Native and Expo.

8 lines (7 loc) • 343 B
import makeStyle from "./functions/makeStyle"; import makeStyleFrom from "./functions/makeStyleFrom"; export { makeStyle, makeStyleFrom }; import _ScrollView from "./components/ScrollView"; import _Text from "./components/Text"; import _View from "./components/View"; export { _ScrollView as ScrollView, _Text as Text, _View as View };