theatre/packages/browser-bundles/src/core-and-studio.ts

9 lines
129 B
TypeScript
Raw Normal View History

2021-09-30 21:58:22 +02:00
import * as core from '@theatre/core'
import studio from '@theatre/studio'
// @ts-ignore
window.Theatre = {
core,
studio,
}