UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

9 lines (8 loc) 221 B
import React from 'react'; declare type AdminSetupProps = { resources: React.ReactNode[]; appName?: string; appLogo?: string; }; declare const AdminSetup: React.FC<AdminSetupProps>; export default AdminSetup;