UNPKG

react-native-dynamic-shimmer

Version:
7 lines (6 loc) 199 B
/** * Get the width and height of the device screen. * @returns {ScaledSize} - the width and height of the device screen. */ declare const width: number, height: number; export { height, width };