UNPKG

infinity-forge

Version:
6 lines (5 loc) 225 B
import { ActionsTable } from '../../../../../../../../system/index.js'; export declare function ActionDelete<T>({ table, actions }: { table: any; actions: ActionsTable<T>; }): import("react/jsx-runtime").JSX.Element;