CenterPopupProps: PopupBaseProps & PropsWithChildren<{
    role?: string;
}> & NativeProps<"--background-color" | "--border-radius" | "--max-width" | "--min-width" | "--z-index">

Generated using TypeDoc