UNPKG

mystash

Version:
13 lines (11 loc) 157 B
import base from './Table'; export default { ...base, props: { ...base.props, rows: [{ hello: 'hi', world: 'Earth', }], }, };