Help prepare for 2025 → Answer 8 simple questions on our Fall Survey
Open Survey
PlatformContext
interface PlatformContext {
  deviceType: string;
  height: number;
  os: string;
  width: number;
}
Used with qualifier matchers and module resolution

Summary

Properties