UNPKG

@ra-libs/react-rbac

Version:

React admin RBAC front components and utils

6 lines (5 loc) 191 B
import React from 'react'; import { ShowProps as RaShowProps } from 'react-admin'; type ShowProps = RaShowProps; export declare function Show(props: ShowProps): React.JSX.Element; export {};