Sha256: 7b9899119cfceca75946a11197eea041d9dd12a5b52481ba17dae8fb56a292d0
Contents?: true
Size: 179 Bytes
Versions: 5
Compression:
Stored size: 179 Bytes
Contents
import React from 'react'; import FormatCell from '../FormatCell'; const formatCellFormatter = () => value => <FormatCell format={value} />; export default formatCellFormatter;
Version data entries
5 entries across 5 versions & 1 rubygems