mirror of
https://github.com/dzeiocom/libs.git
synced 2025-06-08 00:59:55 +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
|