Sha256: 2f6a94a951b674a93b1f182305bca88d19c2de6c33e0ff8037a57bd1051f1426
Contents?: true
Size: 189 Bytes
Versions: 55
Compression:
Stored size: 189 Bytes
Contents
import React from 'react'; export const headerFormat = value => <th>{value}</th>; export const cellFormat = value => <td>{value}</td>; const Table = () => <table />; export default Table;
Version data entries
55 entries across 55 versions & 1 rubygems