```tsx import { Models } from '@rnmapbox/maps'; Models ``` Name of 3D model assets to be used in the map ## props ### models ```tsx type Models = { [key: string]: string \| number; /* FIX ME NO DESCRIPTION */ } ``` _required_ pair odf model name to gltf and gbl file path/url, or asset id.