UNPKG

react-simple-crud-ui

Version:

Written in React with hooks, simple CRUD UI with authentication.

5 lines (4 loc) 163 B
/// <reference types="react" /> import 'react-confirm-alert/src/react-confirm-alert.css'; declare function Edit(props: any): JSX.Element; export default Edit;