UNPKG

@unep-wcmc/icca-mapeo-mobile-intro-screens

Version:

Intro screens for Mapeo Mobile for the WCMC ICCA registration app

8 lines (7 loc) 269 B
import * as React from 'react'; import { OnShowInfo } from './IntroScreen'; declare const _default: React.MemoExoticComponent<({ onPressComplete, onShowInfo, }: { onPressComplete: () => void; onShowInfo: OnShowInfo; }) => JSX.Element>; export default _default;