UNPKG

react-native-external-display-ec

Version:
11 lines (10 loc) 197 B
export type Screen = { id: string, width: number, height: number, mirrored?: boolean, } export type ScreenInfo = { [screenId: string]: Screen, } export function getScreens(); ScreenInfo;