CA_Cyber_Security/next-env.d.ts
Florian Bouillon c337823c94
Commit Initial
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-05-27 18:07:13 +02:00

7 lines
141 B
TypeScript

/// <reference types="next" />
/// <reference types="next/types/global" />
declare module '*.styl' {
const content: any
export = content
}