@grafana/ui
Version:
Grafana Components Library
11 lines (10 loc) • 381 B
TypeScript
export 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 };