revert handle

This commit is contained in:
peterkogo
2024-12-12 16:17:14 +01:00
parent 72c075e5fb
commit d2fd846c67
+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 | null;
id?: string;
};