@wavv/ui 1.8.12 → 1.8.13
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/build/cjs/index.js +1 -1
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/types/assets/icons/Drag.d.ts +3 -0
- package/build/cjs/types/components/Icon/icons.d.ts +1 -0
- package/build/esm/index.js +1 -1
- package/build/esm/index.js.map +1 -1
- package/build/esm/types/assets/icons/Drag.d.ts +3 -0
- package/build/esm/types/components/Icon/icons.d.ts +1 -0
- package/build/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -138,6 +138,7 @@ declare const icons: {
|
|
|
138
138
|
'double-arrow-left': typeof DoubleArrowLeft;
|
|
139
139
|
'double-arrow-right': typeof DoubleArrowRight;
|
|
140
140
|
download: typeof Download;
|
|
141
|
+
drag: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
141
142
|
edit: typeof Edit;
|
|
142
143
|
emoji: typeof Emoji;
|
|
143
144
|
'eye-off': typeof EyeOff;
|
package/build/index.d.ts
CHANGED
|
@@ -969,6 +969,7 @@ declare const icons: {
|
|
|
969
969
|
'double-arrow-left': typeof DoubleArrowLeft;
|
|
970
970
|
'double-arrow-right': typeof DoubleArrowRight;
|
|
971
971
|
download: typeof Download;
|
|
972
|
+
drag: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
972
973
|
edit: typeof Edit;
|
|
973
974
|
emoji: typeof Emoji;
|
|
974
975
|
'eye-off': typeof EyeOff;
|