@grafana/ui
Version:
Grafana Components Library
15 lines (14 loc) • 843 B
TypeScript
/**
* THESE COMPONENTS MUST NOT BE USED EXTERNALLY OR IN PLUGINS.
*
* Unstable components are still in development and are subject to breaking changes
* at any point, like feature flags but for components. They must only be used in
* Grafana core where we can coordinate changes.
*
* Once mature, they will be moved to the main export, be available to plugins, and
* be subject to the standard policies
*/
export * from './utils/skeleton';
export { CodeMirrorEditor } from './components/CodeMirror/CodeEditorLazy';
export type { CodeMirrorCompletion, CodeMirrorCompletionContext, CodeMirrorCompletionMode, CodeMirrorCompletionResult, CodeMirrorCompletionSource, CodeMirrorEditorLanguage, CodeMirrorEditorProps, CodeMirrorExtension, } from './components/CodeMirror/types';
export { TableNG } from './components/Table/TableNG/TableNG';