mblabs-roccato-frontend-commons 0.2.5 → 0.2.6
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
CHANGED
|
@@ -456,6 +456,8 @@ export declare function ChevronUpDouble(props: ComponentProps<'svg'>): JSX.Eleme
|
|
|
456
456
|
|
|
457
457
|
export declare function ClockRewind(props: ComponentProps<'svg'>): JSX.Element;
|
|
458
458
|
|
|
459
|
+
export declare function ClockStopwatch(props: ComponentProps<'svg'>): JSX.Element;
|
|
460
|
+
|
|
459
461
|
export declare function cn(...inputs: ClassValue[]): string;
|
|
460
462
|
|
|
461
463
|
export declare function CoinsHand(props: ComponentProps<'svg'>): JSX.Element;
|