UNPKG

@talend/react-components

Version:
20 lines (19 loc) 670 B
import { defaultColumnConfiguration } from '../Content.component'; import CellIconText from './CellIconText.component'; import { jsx as _jsx } from "react/jsx-runtime"; export const cellType = 'icontext'; export const iconTextColumnConfiguration = { cellRenderer: props => /*#__PURE__*/_jsx(CellIconText, { ...props }) }; // this is a fake component to be usable in JSX, // but the element is used as props object internally (VirtualizedList / RV) export default function IconTextColumn() { return null; } IconTextColumn.defaultProps = { ...defaultColumnConfiguration, ...iconTextColumnConfiguration }; //# sourceMappingURL=IconTextColumn.component.js.map