8.6 Released with 🥽 visionOS support and more!
Check it out
PlatformContext
interface PlatformContext {
  deviceType: string;
  height: number;
  os: string;
  width: number;
}
Used with qualifier matchers and module resolution

Summary

Properties