Type Alias: PluginSettingsComponentType
type PluginSettingsComponentType =
| React.ComponentType<PluginSettingsDetailsProps>
| ReactElement
| null;
Defined in: plugin/pluginsSlice.ts:40
PluginSettingsComponentType is the type of the component associated with the plugin's settings.