🩹(react) export Popover component and its props
Include missing Popover component exports to the React package. Re-order package exports to be alphabetically sorted.
This commit is contained in:
committed by
aleb_the_flash
parent
c370970ec4
commit
0c757957a7
@@ -8,7 +8,7 @@ import React, {
|
||||
import classNames from "classnames";
|
||||
import { useHandleClickOutside } from ":/hooks/useHandleClickOutside";
|
||||
|
||||
type PopoverProps = PropsWithChildren & {
|
||||
export type PopoverProps = PropsWithChildren & {
|
||||
parentRef: RefObject<HTMLDivElement>;
|
||||
onClickOutside: () => void;
|
||||
borderless?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user