Skip to content

Commit

Permalink
address ts lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Dec 17, 2021
1 parent 4eaea54 commit 01bc611
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/plugins/embeddable/common/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@

export { getExtractFunction } from './extract';
export { getInjectFunction } from './inject';
export { getMigrateFunction, MigrateFunction } from './migrate';
export type { MigrateFunction } from './migrate';
export { getMigrateFunction } from './migrate';
export { getTelemetryFunction } from './telemetry';
export {
SavedObjectEmbeddableInput,
isSavedObjectEmbeddableInput,
} from './saved_object_embeddable';
export type { SavedObjectEmbeddableInput } from './saved_object_embeddable';
export { isSavedObjectEmbeddableInput } from './saved_object_embeddable';

0 comments on commit 01bc611

Please sign in to comment.