mirror of https://github.com/artf/grapesjs.git
3 changed files with 6 additions and 3 deletions
@ -0,0 +1,4 @@ |
|||
declare module 'promise-polyfill' { |
|||
const defType: PromiseConstructor; |
|||
export default defType; |
|||
} |
|||
Loading…
Reference in new issue