Skip to content

Commit

Permalink
feat: add desc to component type (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
annadrg authored Nov 1, 2024
1 parent e4a770b commit 4d515a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ declare module "*.svg?react" {
import * as React from "react";

const ReactComponent: React.FunctionComponent<
React.ComponentProps<"svg"> & { title?: string }
React.ComponentProps<"svg"> & { title?: string, titleId?: string, desc?: string, descId?: string }
>;

export default ReactComponent;
Expand Down

0 comments on commit 4d515a3

Please sign in to comment.