@muraldevkit/ui-toolkit 4.49.5-dev-obo4.1 → 4.50.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.
|
@@ -11,6 +11,8 @@ export interface SvgPropTypes extends Omit<MrlComponentProps, 'style'>, Omit<Rea
|
|
|
11
11
|
* URL path to a static SVG file. Must provide either path or svg prop.
|
|
12
12
|
*/
|
|
13
13
|
path?: string;
|
|
14
|
+
/** Enable lazy loading when a path is provided. */
|
|
15
|
+
lazyLoad?: boolean;
|
|
14
16
|
isClone?: boolean;
|
|
15
17
|
/** The size of an SVG Component */
|
|
16
18
|
size?: SVGSize;
|