Skip to content

Commit 61467b4

Browse files
Trigger
1 parent b41e6fb commit 61467b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/react-types/ComponentProps.md

+2
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,5 @@ import { Icon } from "component-library";
7474
type IconName = Pick<ComponentProps<typeof Icon>, "name">;
7575
// ^? type IconName = "warning" | "checkmark"
7676
```
77+
78+
s

0 commit comments

Comments
 (0)