UNPKG

lost-sia

Version:

Single Image Annotation Tool

7 lines (6 loc) 254 B
type InstructionsModalProps = { isOpen: boolean; setIsOpen: (boolean: any) => void; }; declare const InstructionsModal: ({ isOpen, setIsOpen }: InstructionsModalProps) => import("react/jsx-runtime").JSX.Element; export default InstructionsModal;