UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

9 lines (8 loc) 248 B
import React from 'react'; declare type SimpleFormInterface = { initialValue: any; handleSubmit?: (...any: any[]) => any; actions?: React.ReactNode; }; declare const SimpleForm: React.FC<SimpleFormInterface>; export default SimpleForm;