next-template/stylus.d.ts
Florian Bouillon b2ca46ffaf
v3.1: Upgraded to NextJS 12
Static Dockerfile

Signed-off-by: Avior <github@avior.me>
2022-10-02 22:10:54 +02:00

5 lines
66 B
TypeScript

declare module '*.styl' {
const content: any
export = content
}