@deep-foundation/deepcase
Version:
[](https://gitpod.io/#https://github.com/deep-foundation/deepcase) [](https://discord.gg/deep-
15 lines (14 loc) • 479 B
TypeScript
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 {};