UNPKG

phx-react

Version:

PHX REACT

8 lines (7 loc) 268 B
import React from 'react'; export default function ModalCreateBorrowTicket({ currentSchoolYearId, educationalCodes, onHide, show, }: { show: boolean; onHide?(): void; educationalCodes: Array<string>; currentSchoolYearId: number; }): React.JSX.Element;