UNPKG

@orca-fe/pdf-viewer

Version:
6 lines (5 loc) 258 B
import React from 'react'; export interface PopupBoxProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'defaultValue' | 'onChange'> { } declare const PopupBox: (props: PopupBoxProps) => import("react/jsx-runtime").JSX.Element; export default PopupBox;