UNPKG

@grafana/ui

Version:
7 lines (6 loc) 258 B
export interface Props { children: JSX.Element | string; } /** @deprecated Use <EmptyState variant="not-found" /> instead */ declare const EmptySearchResult: ({ children }: Props) => import("react/jsx-runtime").JSX.Element; export { EmptySearchResult };