UNPKG

@keen.io/ui-core

Version:

Keen visual components library

7 lines (6 loc) 150 B
import { FC } from 'react'; declare type Props = { title?: string; }; declare const LoadingScreen: FC<Props>; export default LoadingScreen;