Type Alias: PluginSettingsComponentType
type PluginSettingsComponentType: React.ComponentType<PluginSettingsDetailsProps> | ReactElement | null;
PluginSettingsComponentType is the type of the component associated with the plugin's settings.
type PluginSettingsComponentType: React.ComponentType<PluginSettingsDetailsProps> | ReactElement | null;
PluginSettingsComponentType is the type of the component associated with the plugin's settings.