global.d.ts 254 B

1234567891011121314
  1. declare namespace GlobalMixins
  2. {
  3. // eslint-disable-next-line @typescript-eslint/no-empty-interface
  4. interface DisplayObject
  5. {
  6. }
  7. // eslint-disable-next-line @typescript-eslint/no-empty-interface
  8. interface Container
  9. {
  10. }
  11. }