Rating system patched components (#5912)

This commit is contained in:
QxxxGit
2025-06-10 21:46:05 -04:00
committed by GitHub
parent 46b0b8cba4
commit 709fdb14de
5 changed files with 363 additions and 351 deletions

View File

@@ -727,6 +727,9 @@ declare namespace PluginApi {
"GalleryCard.Image": React.FC<any>;
"GalleryCard.Overlays": React.FC<any>;
"GalleryCard.Popovers": React.FC<any>;
RatingNumber: React.FC<any>;
RatingStars: React.FC<any>;
RatingSystem: React.FC<any>;
};
type PatchableComponentNames = keyof typeof components | string;
namespace utils {