UNPKG

@knovator/pagecreator-admin

Version:
5 lines (4 loc) 242 B
/// <reference types="react" /> import { TableProps } from '../../../types'; declare const Table: ({ data, dataKeys, actions, loader, loading, extraActions, actionsLabel, extraColumns, }: TableProps) => JSX.Element; export default Table;