UNPKG

zmp-react

Version:

Build full featured iOS & Android apps using ZMP & React

18 lines (13 loc) 382 B
import * as React from 'react'; interface PreloaderProps { slot?: string; id?: string | number; className?: string; style?: React.CSSProperties; logo?: any; size ?: number | string; ref?: React.MutableRefObject<{el: HTMLElement | null}>; children?: React.ReactNode; } declare const Preloader: React.FunctionComponent<PreloaderProps>; export default Preloader;