index.js 96 B

123456
  1. import Grid from './Grid';
  2. export default {
  3. __init__: [ 'grid' ],
  4. grid: [ 'type', Grid ]
  5. };