UNPKG
@hakuna-matata-ui/control-box
Version:
latest (1.1.2)
1.1.2
1.1.1
Chakra UI ControlBox component
github.com/monacohq/hakuna-matata-ui
monacohq/hakuna-matata-ui
@hakuna-matata-ui/control-box
/
dist
/
hakuna-matata-ui-control-box.cjs.js
8 lines
(6 loc)
•
218 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
if
(process.
env
.
NODE_ENV
===
"production"
) {
module
.
exports
=
require
(
"./hakuna-matata-ui-control-box.cjs.prod.js"
); }
else
{
module
.
exports
=
require
(
"./hakuna-matata-ui-control-box.cjs.dev.js"
); }