Skip to content

Commit

Permalink
chore: self mutation (build.diff)
Browse files Browse the repository at this point in the history
Signed-off-by: monada-bot[bot] <[email protected]>
  • Loading branch information
monadabot committed Sep 20, 2023
1 parent 386db32 commit 4f61357
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { forwardRef } from "react";

type DynamoDBIconProps = React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & {
type DynamoDBIconProps = React.PropsWithoutRef<
React.SVGProps<SVGSVGElement>
> & {
title?: string;
titleId?: string;
} & React.RefAttributes<SVGSVGElement>;
Expand Down

0 comments on commit 4f61357

Please sign in to comment.