UNPKG

@grafana/ui

Version:
12 lines (11 loc) 408 B
import type { JSX } from 'react'; interface Props { children: JSX.Element | string; } /** * @deprecated Use `<EmptyState variant="not-found" />` instead. * * https://developers.grafana.com/ui/latest/index.html?path=/docs/information-deprecated-emptysearchresult--docs */ declare const EmptySearchResult: ({ children }: Props) => import("react/jsx-runtime").JSX.Element; export { EmptySearchResult };