styled-components
Version:
CSS for the <Component> Age. Style components your way with speed, strong typing, and flexibility.
8 lines (7 loc) • 363 B
TypeScript
import { IInlineStyleConstructor, StyleSheet } from '../types';
export declare const RN_UNSUPPORTED_VALUES: string[];
export declare const resetStyleCache: () => void;
/**
* InlineStyle takes arbitrary CSS and generates a flat object
*/
export default function makeInlineStyleClass<Props extends object>(styleSheet: StyleSheet): IInlineStyleConstructor<Props>;