8 lines
129 B
TypeScript
8 lines
129 B
TypeScript
import * as core from '@theatre/core'
|
|
import studio from '@theatre/studio'
|
|
|
|
// @ts-ignore
|
|
window.Theatre = {
|
|
core,
|
|
studio,
|
|
}
|