UNPKG

admin-bro

Version:
12 lines (11 loc) 264 B
import React from 'react'; import { ActionProps } from './action.props'; /** * @name ShowAction * @category Actions * @description Shows a given record. * @component * @private */ declare const Show: React.FC<ActionProps>; export { Show as default, Show, };