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 a3e69df commit b504935Copy full SHA for b504935
scan-figma-connection.js
@@ -32,7 +32,7 @@ figma.connect(
32
{
33
props: {
34
// *This file was generated from a script*
35
- // TODO: manually map props here, see https://www.figma.com/code-connect-docs/react/#figmaconnect
+ // TODO: (optional) To manually map props here, see https://www.figma.com/code-connect-docs/react/#figmaconnect
36
children: figma.children('*'),
37
},
38
example: (props) => <${componentName}>{props.children}</${componentName}>,
0 commit comments