html.d.ts 71 B

12345
  1. declare module '*.html' {
  2. const content: string;
  3. export = content;
  4. }