UNPKG

182 BTypeScriptView Raw
1import { FunctionComponent } from 'react';
2interface WelcomeProps {
3 showApp: () => void;
4}
5declare const Welcome: FunctionComponent<WelcomeProps>;
6export { Welcome as default };