UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 210 B
export type NotificationAreaKind = string; export namespace NotificationAreaKind { let Primary: string; let Secondary: string; let Toast: string; } //# sourceMappingURL=NotificationAreaKind.d.ts.map