/*!
 * 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]]';
