UNPKG

@wix/design-system

Version:

@wix/design-system

8 lines 297 B
import React from 'react'; import type { TableActionCellProps } from './TableActionCell.types'; declare const TableActionCell: { (componentProps: TableActionCellProps): React.JSX.Element; displayName: string; }; export default TableActionCell; //# sourceMappingURL=TableActionCell.d.ts.map