{
  "mappings": "AAAA,cAAc,kBAAkB;AAEhC,YAAY,OAAO;CACjB;CACA;;AAGF,YAAY,aAAa;AAEzB,YAAY,sBAAsB,MAAM",
  "names": [],
  "sources": [
    "src/types.ts"
  ],
  "version": 3,
  "sourcesContent": [
    "import type { ScaledSize } from 'react-native'\n\nexport type Size = {\n  width: number\n  height: number\n}\n\nexport type WindowSize = ScaledSize\n\nexport type WindowSizeListener = (size: WindowSize) => void\n"
  ]
}