index.js 111 B

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