Skip to content

Commit

Permalink
chore(react-component-tsx): Update react-app-env.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove authored Jan 21, 2021
1 parent 822e12a commit 55695a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions example/react-component-tsx/website/react-app-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ declare module '*.module.less' {
const classes: { readonly [key: string]: string };
export default classes;
}


declare module '*.md' {
const src: string;
export default src;
}

2 comments on commit 55695a3

@vercel
Copy link

@vercel vercel bot commented on 55695a3 Jan 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kkt-basic-example – ./

kkt-basic-example-git-master.398188662.vercel.app
kkt.vercel.app
kkt-basic-example.398188662.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 55695a3 Jan 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kkt-bundle-example – ./

kkt-bundle-example-git-master.398188662.vercel.app
kkt-bundle-example.398188662.vercel.app
kkt.vercel.app

Please sign in to comment.