UNPKG
@twind/with-react
Version:
latest (1.1.3)
next (1.1.3-next-20230124084504)
1.2.0-next-20221226213230
1.1.3
1.1.3-next-20230124084504
1.1.2
1.1.2-next-20221226215136
1.1.1
1.1.1-next-20221220080151
1.1.1-next-20221220021500
1.1.1-next-20221218112843
Seamless integration of Twind in a React project
twind.style
tw-in-js/twind
@twind/with-react
/
with-react.cjs
7 lines
(6 loc)
•
230 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
;
const
core =
require
(
'@twind/core'
);
module
.
exports
=
function
(
config, isProduction =
'production'
== process.env.NODE_ENV
) {
return
core.
install
(config, isProduction); };
//# sourceMappingURL=with-react.cjs.map