UNPKG

@grafana/ui

Version:
7 lines (6 loc) 165 B
import { FC } from 'react'; export interface Props { children: JSX.Element | string; } declare const EmptySearchResult: FC<Props>; export { EmptySearchResult };