UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 238 B
import { LoadingProps } from './types'; declare const Loading: ({ className, caption, spinner, customSpinner, customAnimate, size, loadingColor, layout, }: LoadingProps) => import("react/jsx-runtime").JSX.Element; export default Loading;