UNPKG

rxn-grife

Version:

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

4 lines (3 loc) • 148 B
import { ElementCallback } from "../interfaces/Element"; declare const makeStyle: (callback: ElementCallback) => void; export default makeStyle;