mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-23 03:12:12 +00:00
7 lines
160 B
TypeScript
7 lines
160 B
TypeScript
import { DOMFleetManager, DOMElement} from '.'
|
|
|
|
// @ts-expect-error
|
|
window.DOMElement = DOMElement
|
|
// @ts-expect-error
|
|
window.DOMFleetManager = DOMFleetManager
|