8.7 released—WinterCG Compliance Part 1
Learn more
ComponentModule
interface ComponentModule {
  component: View;
  exports: any;
}

Summary

Properties