@v4fire/client
Version:
V4Fire client core library
12 lines (10 loc) • 347 B
text/typescript
/*!
* V4Fire Client Core
* https://github.com/V4Fire/Client
*
* Released under the MIT license
* https://github.com/V4Fire/Client/blob/master/LICENSE
*/
export const
RESIZE_WATCHER_OBSERVABLE_STORE: unique symbol = Symbol('A store of observable elements that are bound to the element'),
RESIZE_WATCHER_ASYNC_GROUP = '[[RESIZE_WATCHER]]';