// Type definitions for WhitestormJS 2.0
// Project: https://github.com/WhitestormJS/whs.js
// Definitions by: Hirako <https://github.com/hirako2000>

export * from './core';
export * from './components';
export * from './modules';

// For UMD - global space
export as namespace WHS;
