UNPKG

rxn-grife

Version:

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

3 lines (2 loc) • 150 B
import type { ElementCallback } from "../interfaces/Element"; export declare function Styled<T>(WrapperElement: any, callback: ElementCallback): T;