Make your voice heard in 2025 → Answer 8 simple questions in this Survey
Open Survey
PlatformContext
interface PlatformContext {
  deviceType: string;
  height: number;
  os: string;
  width: number;
}
Used with qualifier matchers and module resolution

Summary

Properties