kibana/typings/index.d.ts
Stacey Gammon 6211eb2b1c
Typescript search embeddable (#26863) (#27052)
* typescript search embeddable

* Add a comment
2018-12-12 14:46:09 -05:00

1 line
No EOL
76 B
TypeScript

declare module '*.html' { const template: string; export default template; }