react-native-style-tachyons
Version:
functional, maintainable styling for react-native
15 lines (14 loc) • 405 B
TypeScript
export declare class ReactWrapper {
private static styles;
private static options;
static configure(styles: any, options: any): void;
static wrap(componentOrFunction: any): ((...args: any[]) => any) | {
new (): {
[x: string]: any;
render(): any;
};
[x: string]: any;
};
private static setStyles;
private static recursiveStyle;
}