Skip to content

Commit

Permalink
loosen popover type
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonV committed Nov 28, 2024
1 parent fba0e3e commit f906a5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Popover/Popover.interface.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ export interface PopoverProps {
/**
* JSX style for the Button
*/
sxButton?: SxProps<Theme>
sxButton?: any
/**
* JSX style for the Fab
*/
sx?: SxProps<Theme>
sx?: any
/**
* JSX style
*/
Expand Down

0 comments on commit f906a5f

Please sign in to comment.