UNPKG

@amaui/style-react

Version:

Amaui CSS in JS styling solution for React

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