UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

9 lines (8 loc) 250 B
import React from 'react'; import { RedirectTo } from '../../@types'; declare type RedirectProps = { to: RedirectTo; children: (props?: any) => any; }; declare const FormWithRedirect: React.FC<RedirectProps>; export default FormWithRedirect;