UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

10 lines (9 loc) 160 B
/** * @readonly * @enum {string} */ export const NotificationAreaKind = { Primary: 'primary', Secondary: 'secondary', Toast: 'toast' };