UNPKG

@grafana/ui

Version:
10 lines (9 loc) 296 B
/// <reference types="react" /> import { Input } from './Input'; declare const _default: { title: string; component: typeof Input; decorators: ((story: import("../../../..").RenderFunction) => JSX.Element)[]; }; export default _default; export declare const basic: () => JSX.Element;