UNPKG

@grafana/ui

Version:

Grafana Components Library

7 lines (6 loc) 167 B
import { SFC } from 'react'; interface LoadingPlaceholderProps { text: string; } export declare const LoadingPlaceholder: SFC<LoadingPlaceholderProps>; export {};