UNPKG

admin-bro

Version:
12 lines (11 loc) 270 B
import Action from './action.interface'; /** * @implements Action * @category Actions * @module ShowAction * @description * Retruns selected Record * Uses {@link ShowAction} component to render form */ declare const ShowAction: Action; export default ShowAction;