UNPKG

@onesy/style-react

Version:

Onesy CSS in JS styling solution for React

6 lines (5 loc) 229 B
import React from 'react'; import { IOptions } from '@onesy/style/style'; import { TValue } from './style'; declare const styled: (Element: any) => (value: TValue, options?: IOptions) => React.ElementType; export default styled;