dashpresshq/dashpress

View on GitHub
src/app.d.ts

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
declare module "randomstring";

/* The typing is for this library is very much out of sync */
declare module "react-quill";
declare module "prismjs/components/prism-core";

declare module "*.svg" {
  const content: string;
  export default content;
  export const ReactComponent = content;
}