@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
11 lines • 318 B
text/typescript
import { CSSProperties } from "react";
//#region src/NeuralNetworkLoading/type.d.ts
interface NeuralNetworkLoadingProps {
className?: string;
/** Size in pixels (width and height). */
size?: number;
style?: CSSProperties;
}
//#endregion
export { NeuralNetworkLoadingProps };
//# sourceMappingURL=type.d.mts.map