PopupProps: PopupBaseProps & PropsWithChildren<{
    closeOnSwipe?: boolean;
    position?: "bottom" | "top" | "left" | "right";
}> & NativeProps<"--z-index">

Generated using TypeDoc