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 3742001 commit 10e3f9fCopy full SHA for 10e3f9f
dotcom-rendering/.storybook/mocks/bridgetApi.ts
@@ -86,9 +86,9 @@ export const getDiscussionClient: BridgetApi<'getDiscussionClient'> = () => ({
86
recommend: async () => discussionErrorResponse,
87
});
88
89
-export const getInteractionClient: BridgetApi<
90
- 'getInteractionClient'
91
-> = () => ({});
+export const getInteractionClient: BridgetApi<'getInteractionClient'> = () => ({
+ disableArticleSwipe: async () => void 0,
+});
92
93
export const getInteractivesClient: BridgetApi<
94
'getInteractivesClient'
0 commit comments