UNPKG

@wix/design-system

Version:

@wix/design-system

7 lines 395 B
import React from 'react'; import { BulkSelectionConsumer } from '../BulkSelection'; export const TableToolbarContainer = props => { return (React.createElement(BulkSelectionConsumer, { consumerCompName: "Table.ToolbarContainer", providerCompName: "Table" }, props.children)); }; TableToolbarContainer.displayName = 'Table.ToolbarContainer'; //# sourceMappingURL=TableToolbarContainer.js.map