@v4fire/client
Version:
V4Fire client core library
20 lines (17 loc) • 516 B
text/typescript
/*!
* 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';