We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a653d4 commit caeb530Copy full SHA for caeb530
1 file changed
src/components/markdown_editor/plugins/markdown_default_plugins/processing_plugins.tsx
@@ -52,7 +52,7 @@ export type DefaultEuiMarkdownProcessingPlugins = [
52
53
export const getDefaultEuiMarkdownProcessingPlugins = ({
54
exclude,
55
-}: { exclude?: Array<'tooltip'> } = {}) => {
+}: { exclude?: Array<'tooltip'> } = {}): DefaultEuiMarkdownProcessingPlugins => {
56
const excludeSet = new Set(exclude);
57
58
const plugins: DefaultEuiMarkdownProcessingPlugins = [
0 commit comments