Skip to content

Commit

Permalink
chore: updates documenter
Browse files Browse the repository at this point in the history
  • Loading branch information
Katie George committed Nov 4, 2024
1 parent 5d211be commit 7dd2651
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/__tests__/__snapshots__/documenter.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7427,6 +7427,20 @@ is provided by its parent form field component.
"optional": true,
"type": "ReadonlyArray<null | string>",
},
{
"description": "Alignment of the file tokens. Defaults to "vertical".",
"inlineType": {
"name": "FileUploadProps.FileTokenAlignment",
"type": "union",
"values": [
"vertical",
"horizontal",
],
},
"name": "fileTokenAlignment",
"optional": true,
"type": "string",
},
{
"description": "An array of file warnings corresponding to the files in the \`value\`.",
"name": "fileWarnings",
Expand Down

0 comments on commit 7dd2651

Please sign in to comment.