import React from 'react' import './style.css' interface ILoadingProps { type?: 'area' | 'app' } const Loading = ( { type = 'area' }: ILoadingProps = { type: 'area' } ) => { return (