wasvg 1.13.1 → 1.14.0
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.d.ts +4 -0
- package/dist/wasvg.cjs.js +8 -8
- package/dist/wasvg.es.js +279 -185
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -122,6 +122,10 @@ export declare function NotificationSvg({ className, size }: SvgProps): JSX.Elem
|
|
|
122
122
|
|
|
123
123
|
export declare function PartnersSvg({ className, size }: SvgProps): JSX.Element;
|
|
124
124
|
|
|
125
|
+
export declare function PasswordHideSvg({ className, size }: SvgProps): JSX.Element;
|
|
126
|
+
|
|
127
|
+
export declare function PasswordShowSvg({ className, size }: SvgProps): JSX.Element;
|
|
128
|
+
|
|
125
129
|
export declare function PetsInterestSvg({ interestName, className, size }: PetsInterestSvgProps): JSX.Element | undefined;
|
|
126
130
|
|
|
127
131
|
declare interface PetsInterestSvgProps {
|