We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba444a commit 58d6b72Copy full SHA for 58d6b72
packages/devtools-kit/src/core/component/types/editor.ts
@@ -19,6 +19,6 @@ export interface InspectorStateEditorPayload {
19
obj: Recordable,
20
path: PropPath,
21
value: unknown,
22
- cb?: (object: Recordable, field: string, value: unknown) => void
+ cb?: (object: Recordable, field: string, value: unknown) => void,
23
) => unknown
24
}
0 commit comments