Skip to content

Commit 89ce020

Browse files
authored
Add key to BadgeProps (#2689)
1 parent bb2e3a7 commit 89ce020

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/badge/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export type BadgeProps = ViewProps &
8989
* Custom element to render instead of an icon
9090
*/
9191
customElement?: JSX.Element;
92+
key?: string | number;
9293
};
9394

9495
/**

0 commit comments

Comments
 (0)