koval-ui 0.18.2 → 0.18.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +20 -20
package/dist/index.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
"use client";
|
|
1
2
|
import { jsx as s, jsxs as A } from "react/jsx-runtime";
|
|
2
3
|
import * as E from "react";
|
|
3
4
|
import { useRef as le, useImperativeHandle as Un, useEffect as D, useState as H, useCallback as g, useMemo as V, useId as un, forwardRef as k, useLayoutEffect as pa, useContext as nt, createContext as _t, useReducer as eo, Fragment as Ce, Children as xe, cloneElement as pn, isValidElement as _a, memo as _n } from "react";
|