UNPKG
@onesy/style
Version:
latest (1.0.4)
1.0.4
1.0.1
1.0.0
CSS in JS styling solution
github.com/onesy-me/style
onesy-me/style
@onesy/style
/
css.d.ts
7 lines
(6 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
TValue
,
ICSSOptions
}
from
'./interfaces'
;
interface
IResponse
{
make
:
() =>
Promise
<
void
>; }
declare
function
css
(
value__
:
TValue
,
options_
?:
ICSSOptions
):
IResponse
;
export
default
css;