UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

7 lines (6 loc) 163 B
import React from 'react'; declare type ShowActionsProps = { id: string; }; declare const ShowActions: React.FC<ShowActionsProps>; export default ShowActions;