mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Gallery card patched component (#5880)
* Gallery card patched component * Define in pluginApi.d.ts
This commit is contained in:
5
ui/v2.5/src/pluginApi.d.ts
vendored
5
ui/v2.5/src/pluginApi.d.ts
vendored
@@ -715,6 +715,11 @@ declare namespace PluginApi {
|
||||
"ScenePage.TabContent": React.FC<any>;
|
||||
ScenePlayer: React.FC<any>;
|
||||
FrontPage: React.FC<any>;
|
||||
GalleryCard: React.FC<any>;
|
||||
"GalleryCard.Details": React.FC<any>;
|
||||
"GalleryCard.Image": React.FC<any>;
|
||||
"GalleryCard.Overlays": React.FC<any>;
|
||||
"GalleryCard.Popovers": React.FC<any>;
|
||||
};
|
||||
type PatchableComponentNames = keyof typeof components | string;
|
||||
namespace utils {
|
||||
|
||||
Reference in New Issue
Block a user