File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
site/src/components/deprecated/Popover Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ type ControlledPopoverProps = BasePopoverProps & {
60
60
onOpenChange : ( open : boolean ) => void ;
61
61
} ;
62
62
63
- export type PopoverProps = UncontrolledPopoverProps | ControlledPopoverProps ;
63
+ type PopoverProps = UncontrolledPopoverProps | ControlledPopoverProps ;
64
64
65
65
/** @deprecated prefer `components.Popover` */
66
66
export const Popover : FC < PopoverProps > = ( props ) => {
@@ -155,7 +155,7 @@ export const PopoverTrigger: FC<PopoverTriggerProps> = (props) => {
155
155
156
156
type Horizontal = "left" | "right" ;
157
157
158
- export type PopoverContentProps = Omit <
158
+ type PopoverContentProps = Omit <
159
159
MuiPopoverProps ,
160
160
"open" | "onClose" | "anchorEl"
161
161
> & {
You can’t perform that action at this time.
0 commit comments