9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
ComponentModule
interface ComponentModule {
  component: View;
  exports: any;
}

Summary

Properties