UNPKG

@findify/react-components

Version:
7 lines (6 loc) 183 B
/** * @module components/common/Truncate */ import { Fragment } from 'react'; // TODO: implement actual truncation export default ({ children }) => <Fragment>{children}</Fragment>;