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