UNPKG

246 BTypeScriptView Raw
1import React from 'react';
2declare type Props = {
3 autoHideSplash?: boolean;
4};
5export default class AppLoading extends React.Component<Props> {
6 constructor(props: Props);
7 componentWillUnmount(): void;
8 render(): null;
9}
10export {};