UNPKG

@kadconsulting/dry

Version:
10 lines (9 loc) 269 B
export interface AttachmentsModalProps { /** Support @testing-library/react `screen.getByTestId` */ 'data-testid'?: string; isOpen: boolean; closeModal: () => void; onSubmit: (files: File[] | null) => void; id: string; className?: string; }