@grafana/ui
Version:
Grafana Components Library
7 lines (6 loc) • 357 B
TypeScript
export declare const AsyncError: () => import("react/jsx-runtime").JSX.Element;
export declare const NO_OPTIONS_I18N_KEY = "combobox.options.no-found";
export declare const NotFoundError: ({ message }: {
message?: string;
}) => import("react/jsx-runtime").JSX.Element;
export declare const LoadingOptions: () => import("react/jsx-runtime").JSX.Element;