UNPKG

mystash

Version:
13 lines (11 loc) 224 B
import Component from '../components/Table'; export default { component: Component, grommet: true, props: { columns: new Map([ ['Hello', row => row.hello], ['World', row => row.world], ]), }, };