1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-23 03:12:12 +00:00
Florian Bouillon a869bcec23 Added more placement option
Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
2020-09-02 14:21:46 +02:00

7 lines
160 B
TypeScript

import { DOMFleetManager, DOMElement} from '.'
// @ts-expect-error
window.DOMElement = DOMElement
// @ts-expect-error
window.DOMFleetManager = DOMFleetManager