@mijadesign/mobile-icons 0.0.2-beta.3 → 0.0.2-beta.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/es/icons/DeleteFill.js +39 -40
- package/dist/lib/index.umd.js +1 -1
- package/dist/types/index.d.ts +2 -4
- package/dist/types/mobile-icons.mjs +588 -589
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -386,14 +386,12 @@ declare interface IconProps_18 {
|
|
|
386
386
|
}
|
|
387
387
|
|
|
388
388
|
declare interface IconProps_19 {
|
|
389
|
-
size: string | number;
|
|
390
389
|
classPrefix: string;
|
|
391
|
-
color: string;
|
|
392
390
|
tag: keyof ReactHTML;
|
|
393
|
-
|
|
391
|
+
size: string | number;
|
|
394
392
|
onClick: (e: MouseEvent) => void;
|
|
395
|
-
fontClassName: string;
|
|
396
393
|
className: string;
|
|
394
|
+
logValue?: string;
|
|
397
395
|
style: React_2.CSSProperties;
|
|
398
396
|
children: React_2.ReactNode;
|
|
399
397
|
}
|