tldraw/packages/www/next-env.d.ts

7 lines
245 B
TypeScript
Raw Normal View History

2021-05-09 12:03:39 +00:00
/// <reference types="next" />
/// <reference types="next/types/global" />
2021-06-25 11:01:22 +00:00
/// <reference types="next/image-types/global" />
2021-08-11 21:11:23 +00:00
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.