UNPKG

@skbkontur/db-viewer-ui

Version:

Database Viewer with custom configuration

9 lines (8 loc) 192 B
import React from "react"; interface SpinnerProps { caption?: string; } export declare class Spinner extends React.Component<SpinnerProps> { render(): React.ReactElement; } export {};