UNPKG

react-native-web-hooks

Version:
8 lines (7 loc) 194 B
import { ScaledSize } from 'react-native'; declare type DimensionsType = { window: ScaledSize; screen: ScaledSize; }; export default function useDimensions(): DimensionsType; export {};