@grafana/ui
Version:
Grafana Components Library
12 lines (11 loc) • 351 B
TypeScript
/**
* A library containing the different design components of the Grafana ecosystem.
*
* @packageDocumentation
*/
export * from './components';
export * from './types';
export * from './utils';
export * from './themes';
export * from './slate-plugins';
export { getStandardFieldConfigs, getStandardOptionEditors } from './utils//standardEditors';