Files
2020-09-25 11:46:39 +02:00

14 lines
435 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';
// Exposes standard editors for registries of optionsUi config and panel options UI
export { getStandardFieldConfigs, getStandardOptionEditors } from './utils/standardEditors';