mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
Setting up and documenting Presentation Util (#88112)
This commit is contained in:
parent
608efb0a3d
commit
55afba4a4d
50 changed files with 1360 additions and 249 deletions
7
typings/index.d.ts
vendored
7
typings/index.d.ts
vendored
|
@ -23,3 +23,10 @@ declare module '*.svg' {
|
|||
// eslint-disable-next-line import/no-default-export
|
||||
export default content;
|
||||
}
|
||||
|
||||
// Storybook references this module. It's @ts-ignored in the codebase but when
|
||||
// built into its dist it strips that out. Add it here to avoid a type checking
|
||||
// error.
|
||||
//
|
||||
// See https://github.com/storybookjs/storybook/issues/11684
|
||||
declare module 'react-syntax-highlighter/dist/cjs/create-element';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue