We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97d1af6 commit 15982b5Copy full SHA for 15982b5
src/elements/content-sharing/types.js
@@ -99,6 +99,7 @@ export type ContentSharingHooksOptions = {
99
handleSuccess?: Function,
100
handleUpdateSharedLinkError?: Function,
101
handleUpdateSharedLinkSuccess?: Function,
102
+ isContentSharingV2Enabled?: boolean,
103
setIsLoading?: Function,
104
transformAccess?: Function,
105
transformGroups?: Function,
0 commit comments