UNPKG

admin-bro

Version:
12 lines (11 loc) 279 B
import Action from './action.interface'; /** * @implements Action * @category Actions * @module NewAction * @description * Shows form for creating a new record * Uses {@link NewAction} component to render form */ declare const NewAction: Action; export default NewAction;