feat(grafana/ui): export FieldArray (#28251)

pull/28970/head
Levente Balogh 5 years ago committed by GitHub
parent 280bf9387c
commit d58dc96f3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/grafana-ui/src/components/index.ts

@ -158,6 +158,7 @@ export { FieldValidationMessage } from './Forms/FieldValidationMessage';
export { InlineField } from './Forms/InlineField';
export { InlineLabel } from './Forms/InlineLabel';
export { InlineFieldRow } from './Forms/InlineFieldRow';
export { FieldArray } from './Forms/FieldArray';
export { default as resetSelectStyles } from './Select/resetSelectStyles';
export * from './Select/Select';

Loading…
Cancel
Save