notea/next-env.d.ts

13 lines
256 B
TypeScript
Raw Normal View History

2021-02-13 13:16:27 +03:00
/// <reference types="next" />
/// <reference types="next/types/global" />
2021-02-16 06:47:07 +03:00
2021-02-20 15:11:53 +03:00
declare module 'react-split'
2021-02-21 14:02:46 +03:00
2021-03-03 16:27:14 +03:00
declare module 'remove-markdown'
2021-05-03 09:15:00 +03:00
2021-05-26 04:20:18 +03:00
declare module 'outline-icons'
2021-05-03 09:15:00 +03:00
declare module '@headwayapp/react-widget'
2021-06-01 16:03:06 +03:00
declare module 'markdown-link-extractor'