UNPKG

@skbkontur/db-viewer-ui

Version:

Database Viewer with custom configuration

7 lines (6 loc) 178 B
import type { ReactElement } from "react"; interface SpinnerProps { caption?: string; } export declare const Spinner: ({ caption }: SpinnerProps) => ReactElement; export {};