mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-11 07:47:12 +02:00
frontend: updating addNotification type hints
This commit is contained in:
@ -119,7 +119,7 @@ interface ImageComponentProps {
|
||||
parentPath: string;
|
||||
readOnly: boolean;
|
||||
docString: string;
|
||||
addNotification: (string) => void;
|
||||
addNotification: (message: string) => void;
|
||||
// Define your component specific props here
|
||||
value: string;
|
||||
format: string;
|
||||
|
Reference in New Issue
Block a user