Skip to content

Commit bc78dc2

Browse files
committed
update api.md
1 parent 3adf7c3 commit bc78dc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etc/plugin-config-ui-lib.api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,6 +1024,7 @@ export { useFormContext }
10241024
export function useFormInit(pluginUiMessageHandler: PluginUiMessageHandler): {
10251025
initialized: boolean;
10261026
initialValues: FormMessagePayload['init']['initialValues'] | undefined;
1027+
pluginVersion: FormMessagePayload['init']['pluginVersion'];
10271028
teamName: string;
10281029
context: FormMessagePayload['init']['context'] | undefined;
10291030
isManagedDestination: boolean;

0 commit comments

Comments
 (0)