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 685e711 commit 61cfd06Copy full SHA for 61cfd06
snaps/features/custom-ui/index.md
@@ -1281,8 +1281,10 @@ Outputs a component that displays two text values side by side. This component c
1281
1282
#### Props
1283
1284
-- `value`: `string | TextElement` - The value shown on the right side.
1285
-- `extra`: `string | TextElement` - The extra text shown on the left side.
+- `value` - The value shown on the right side.
+ This can be a string or a [`Text`](#text) component.
1286
+- `extra` - The extra text shown on the left side.
1287
1288
1289
#### Example
1290
0 commit comments