UNPKG

@ra-libs/react-rbac

Version:

React admin RBAC front components and utils

8 lines (7 loc) 285 B
import React from 'react'; import { ShowActionsProps as RaShowActionsProps } from 'react-admin'; interface ShowActionsProps extends RaShowActionsProps { useGoBackButton?: boolean; } export declare function ShowActions(props: ShowActionsProps): React.JSX.Element | null; export {};