Make your voice heard in 2025 → Answer 8 simple questions in this Survey
Open Survey
ComponentModule
interface ComponentModule {
  component: View;
  exports: any;
}

Summary

Properties