Skip to content

Commit

Permalink
Fix sx type
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Nov 17, 2022
1 parent e25b884 commit 3376939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ValkyrieIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { ValkyrieIcon as IValkyrieIcon } from "./Valkyrie";
import { Box } from "@mui/system";
import { Box, SxProps } from "@mui/system";
import { keyframes } from "@emotion/react";

interface ValkyrieProps {
icon: IValkyrieIcon;
rotate?: 0 | 90 | 180 | 270 | false;
flip?: true | "x" | "y" | false;
spin?: boolean;
sx?: object | [];
sx?: SxProps;
}

export default function ValkyrieIcon({
Expand Down

0 comments on commit 3376939

Please sign in to comment.