theatre/packages/browser-bundles/src/core-and-studio.ts
2021-09-30 21:58:22 +02:00

8 lines
129 B
TypeScript

import * as core from '@theatre/core'
import studio from '@theatre/studio'
// @ts-ignore
window.Theatre = {
core,
studio,
}