UNPKG

@amaui/style

Version:
7 lines (6 loc) 201 B
import { TValue, ICSSOptions } from './interfaces'; interface IResponse { make: () => Promise<void>; } declare function css(value__: TValue, options_?: ICSSOptions): IResponse; export default css;