index.ts 122 Bytes
import klass from './class'
import style from './style'
import model from './model'

export default [klass, style, model]