/*!
 * V4Fire Client Core
 * https://github.com/V4Fire/Client
 *
 * Released under the MIT license
 * https://github.com/V4Fire/Client/blob/master/LICENSE
 */

/**
 * [[include:core/component/watch/README.md]]
 * @packageDocumentation
 */

export * from 'core/component/watch/const';
export * from 'core/component/watch/bind';
export * from 'core/component/watch/clone';
export * from 'core/component/watch/component-api';
export * from 'core/component/watch/create';
export * from 'core/component/watch/interface';
