@v4fire/client
Version:
V4Fire client core library
30 lines (23 loc) • 676 B
text/typescript
/*!
* V4Fire Client Core
* https://github.com/V4Fire/Client
*
* Released under the MIT license
* https://github.com/V4Fire/Client/blob/master/LICENSE
*/
//#if runtime has directives/in-view
import 'core/component/directives/in-view';
//#endif
//#if runtime has directives/resize-observer
import 'core/component/directives/resize-observer';
//#endif
//#if runtime has directives/image
import 'core/component/directives/image';
//#endif
//#if runtime has directives/update-on
import 'core/component/directives/update-on';
//#endif
//#if runtime has directives/safe-html
import 'core/component/directives/safe-html';
//#endif
import 'core/component/directives/hook';