UNPKG

@onesy/style-react

Version:

Onesy CSS in JS styling solution for React

4 lines (3 loc) 205 B
import { IOptions } from '@onesy/style/style'; import { TValue } from './style'; export default function className(value_: string | TValue, props_?: any, className_?: string, options_?: IOptions): string;