@heroui/spinner
Version:
Loaders express an unspecified wait time or display the length of a process.
13 lines (10 loc) • 421 B
text/typescript
import * as _heroui_system_rsc from '@heroui/system-rsc';
import { UseSpinnerProps } from './use-spinner.mjs';
import '@heroui/system/src/types';
import 'tailwind-variants';
import 'react';
import '@heroui/theme';
interface SpinnerProps extends UseSpinnerProps {
}
declare const Spinner: _heroui_system_rsc.InternalForwardRefRenderFunction<"div", SpinnerProps, never>;
export { type SpinnerProps, Spinner as default };