import Core, { GetComponent } from './lib/core'
export * from './helpers/getError'
export * from './types'

export default Core

export { GetComponent }
