8.8 released—CSS Media Query support, SF Symbols and much more...
Learn more
PlatformContext
interface PlatformContext {
  deviceType: string;
  height: number;
  os: string;
  width: number;
}
Used with qualifier matchers and module resolution

Summary

Properties