Skip to content

Commit 61cfd06

Browse files
Update Value props
Co-authored-by: Alexandra Carrillo <[email protected]>
1 parent 685e711 commit 61cfd06

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

snaps/features/custom-ui/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,8 +1281,10 @@ Outputs a component that displays two text values side by side. This component c
12811281

12821282
#### Props
12831283

1284-
- `value`: `string | TextElement` - The value shown on the right side.
1285-
- `extra`: `string | TextElement` - The extra text shown on the left side.
1284+
- `value` - The value shown on the right side.
1285+
This can be a string or a [`Text`](#text) component.
1286+
- `extra` - The extra text shown on the left side.
1287+
This can be a string or a [`Text`](#text) component.
12861288

12871289
#### Example
12881290

0 commit comments

Comments
 (0)