ambient.d.ts 122 B

12345
  1. declare module 'rtf.js/dist/RTFJS.bundle.js' {
  2. export const RTFJS: any;
  3. const bundle: any;
  4. export default bundle;
  5. }