UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

7 lines (6 loc) 155 B
import React from 'react'; declare type EditViewProps = { title?: string; }; declare const EditView: React.FC<EditViewProps>; export default EditView;