@grafana/ui
Version:
Grafana Components Library
12 lines (11 loc) • 375 B
TypeScript
/// <reference types="react" />
import { Select } from './Select';
declare const _default: {
title: string;
component: typeof Select;
decorators: ((...args: any) => any)[];
};
export default _default;
export declare const basic: () => JSX.Element;
export declare const withAllowCustomValue: () => JSX.Element;
export declare const asyncSelect: () => JSX.Element;