UNPKG

@lobehub/ui

Version:

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

6 lines (5 loc) 153 B
/// <reference types="react" /> declare const Loading: import("react").NamedExoticComponent<{ size?: number | undefined; }>; export default Loading;