TooB Parametric EQ UI

This commit is contained in:
Robin E. R. Davies
2025-09-01 15:59:29 -04:00
parent 865ac45bda
commit 5434f40ca1
27 changed files with 1375 additions and 132 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ export interface PluginControlProps extends WithStyles<typeof pluginControlStyle
theme: Theme;
requestIMEEdit: (uiControl: UiControl, value: number) => void;
}
type PluginControlState = {
export type PluginControlState = {
error: boolean;
editFocused: boolean;
previewValue?: string;