UNPKG

infinity-forge

Version:
6 lines (5 loc) 197 B
import { ActionsTable } from '../../../interfaces.js'; export declare function Actions({ actions, table }: { actions: ActionsTable; table: any; }): import("react/jsx-runtime").JSX.Element;