UNPKG

@amaui/style-react

Version:

Amaui CSS in JS styling solution for React

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