UNPKG

infinity-forge

Version:
10 lines (9 loc) 396 B
import { ActionsTable } from '../../../interfaces.js'; export declare function Actions({ actions, table, childrenItems, handleToggle, childrenConfigurations, oneItemTableHasChildrenKey, }: { table: any; handleToggle: any; childrenItems: any; childrenConfigurations: any; actions: ActionsTable; oneItemTableHasChildrenKey: any; }): import("react/jsx-runtime").JSX.Element;