UNPKG

@onesy/style-react

Version:

Onesy CSS in JS styling solution for React

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