UNPKG

rxn-grife

Version:

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

9 lines (8 loc) • 358 B
import makeStyle from "./functions/makeStyle"; import makeStyleFrom from "./functions/makeStyleFrom"; export { makeStyle, makeStyleFrom }; // Components 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 };