An interface defines the params that the Device component expects.

Hierarchy

  • DeviceParam

Properties

Properties

device: Pick<Partial<DeviceInfo & BatteryInfo & {
    languageCode: string;
} & {
    languageTag: string;
}>, "name" | "model">

All device information

Generated using TypeDoc