// Type definitions for WhitestormJS 2.0 // Project: https://github.com/WhitestormJS/whs.js // Definitions by: Hirako export * from './core'; export * from './components'; export * from './modules'; // For UMD - global space export as namespace WHS;