UNPKG

admin-bro

Version:
15 lines (14 loc) 371 B
import { Action, RecordActionResponse } from '../action.interface'; /** * @implements Action * @category Actions * @module EditAction * @description * Shows form for updating existing record * @private * * @classdesc * Uses {@link EditAction} component to render form */ export declare const EditAction: Action<RecordActionResponse>; export default EditAction;