ComponentModule
interface ComponentModule {
  component: View;
  exports: any;
}

Summary

Properties