UNPKG

@wix/design-system

Version:

@wix/design-system

8 lines 498 B
import React from 'react'; import type { TableActionCellProps } from './TableActionCell.types'; declare const TableActionCell: { ({ onClick: _onClick, dataHook, primaryAction, secondaryActions, numOfVisibleSecondaryActions, alwaysShowSecondaryActions, alwaysShowPrimaryActions, moreActionsTooltipText, moreActionsProps, popoverMenuProps, size, }: TableActionCellProps): React.JSX.Element; displayName: string; }; export default TableActionCell; //# sourceMappingURL=TableActionCell.d.ts.map