UNPKG

@deep-foundation/deepcase

Version:

[![Gitpod](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/deep-foundation/deepcase) [![Discord](https://badgen.net/badge/icon/discord?icon=discord&label&color=purple)](https://discord.gg/deep-

15 lines (14 loc) 479 B
import React from 'react'; interface ILoading { text?: string; width?: string; height?: string; sxFlex?: any; justifyFlex?: string; widthFlex?: string; sx?: any; borderRadiusBubble?: string; backgroundBubble?: string; } export declare const Loading: React.MemoExoticComponent<({ text, width, height, sxFlex, justifyFlex, widthFlex, sx, borderRadiusBubble, backgroundBubble, }: ILoading) => import("react/jsx-runtime").JSX.Element>; export {};