aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/types.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/utils/types.ts b/src/utils/types.ts
index 310fbea..4e230fe 100644
--- a/src/utils/types.ts
+++ b/src/utils/types.ts
@@ -89,7 +89,9 @@ export interface PluginDef {
* Allows you to specify a custom Component that will be rendered in your
* plugin's settings page
*/
- settingsAboutComponent?: React.ComponentType;
+ settingsAboutComponent?: React.ComponentType<{
+ tempSettings?: Record<string, any>;
+ }>;
}
export enum OptionType {