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 ecc01be commit 84c9e60Copy full SHA for 84c9e60
src/@types/react-feather.d.ts
@@ -8,6 +8,7 @@ declare module 'react-feather' {
8
// We declare commonly used icons; others can be added as needed
9
export const Check: FC<FeatherIconProps>;
10
export const Clipboard: FC<FeatherIconProps>;
11
+ export const ArrowDown: FC<FeatherIconProps>;
12
// eslint-disable-next-line @typescript-eslint/no-explicit-any
13
const icons: Record<string, FC<FeatherIconProps>>;
14
export default icons;
0 commit comments