We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b41e6fb commit 61467b4Copy full SHA for 61467b4
docs/react-types/ComponentProps.md
@@ -74,3 +74,5 @@ import { Icon } from "component-library";
74
type IconName = Pick<ComponentProps<typeof Icon>, "name">;
75
// ^? type IconName = "warning" | "checkmark"
76
```
77
+
78
+s
0 commit comments