UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

8 lines (7 loc) 190 B
import React from 'react'; declare type CreateViewProps = { actions?: JSX.Element; title?: string; }; declare const CreateView: React.FC<CreateViewProps>; export default CreateView;