Skip to content

Commit

Permalink
Update modules/react/icon/lib/Graphic.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mannycarrera4 authored Dec 9, 2024
1 parent afe1516 commit 54a2dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/react/icon/lib/Graphic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const graphicStyles = ({width, height, grow}: GraphicStyles): CSSObject =
type GraphicImageProps = ExtractProps<typeof Image>;

/**
* Returns an overloaded functional component that uses button props by default.
* Returns an overloaded functional component that uses Graphic props by default.
*/
type GraphicOverload = {
(props: {src: CanvasGraphic} & GraphicProps & {ref?: React.Ref<HTMLElement>}): React.ReactElement;
Expand Down

0 comments on commit 54a2dda

Please sign in to comment.