migrate all components

This commit is contained in:
peterkogo
2024-11-13 15:21:22 +01:00
parent 28e4fad342
commit 2c2b456036
9 changed files with 230 additions and 249 deletions
+1 -1
View File
@@ -36,5 +36,5 @@ export type HandleProps = {
/** Id of the handle
* @remarks optional if there is only one handle of this type
*/
id?: string;
id?: string | null;
};