UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

12 lines (11 loc) 319 B
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