mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Fix TS
This commit is contained in:
parent
3b498003b1
commit
f2f9f5e935
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ import {
|
|||
EuiSwitchEvent,
|
||||
EuiTextArea,
|
||||
} from '@elastic/eui';
|
||||
import { FormattedMessage } from '@kbn/i18n/target/types/react';
|
||||
import { FormattedMessage } from '@kbn/i18n/react';
|
||||
import React from 'react';
|
||||
import { EuiText } from '@elastic/eui';
|
||||
import { i18n } from '@kbn/i18n';
|
||||
|
|
|
@ -39,7 +39,7 @@ export interface OutputSpec {
|
|||
[key: string]: PropertySpec;
|
||||
}
|
||||
|
||||
export interface EmbeddableFactoryOptions<T> {
|
||||
export interface EmbeddableFactoryOptions<T extends SavedObjectAttributes> {
|
||||
savedObjectMetaData?: SavedObjectMetaData<T>;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue