We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015f8fa commit 2385cc0Copy full SHA for 2385cc0
1 file changed
src/embedded/hooks/useEmbeddedView/useEmbeddedView.ts
@@ -11,16 +11,16 @@ import { getStyles } from './getStyles';
11
* @returns The embedded view.
12
*
13
* @example
14
- * const { parsedStyles } = useEmbeddedView(IterableEmbeddedViewType.Notification, {
+ * const \{ parsedStyles \} = useEmbeddedView(IterableEmbeddedViewType.Notification, \{
15
* message,
16
* config,
17
* onButtonClick,
18
* onMessageClick,
19
- * });
+ * \});
20
21
* return (
22
* <View>
23
- * <Text>{parsedStyles.backgroundColor}</Text>
+ * <Text>\{parsedStyles.backgroundColor\}</Text>
24
* </View>
25
* );
26
*/
0 commit comments