UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

8 lines (7 loc) 199 B
import React from 'react'; declare type ShowProps = { title?: string | ((record: any) => JSX.Element); actions?: JSX.Element; }; declare const Show: React.FC<ShowProps>; export default Show;