UNPKG

@boneframework/native-components

Version:
6 lines 203 B
// MapScreen.d.ts declare module '@boneframework/native-components/screens/Animation' { import { ComponentType } from 'react'; const Animation: ComponentType<any>; export default Animation; }