UNPKG

@onesy/style-react

Version:

Onesy CSS in JS styling solution for React

5 lines (4 loc) 217 B
import { IResponse } from '@onesy/style'; import { IOptions } from '@onesy/style/pure'; import { TValue } from './style'; export default function pure(value: TValue, options_?: IOptions): (props_?: any) => IResponse;