mirror of
https://github.com/Aviortheking/CA_Cyber_Security.git
synced 2025-04-22 02:42:12 +00:00
7 lines
141 B
TypeScript
7 lines
141 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/types/global" />
|
|
|
|
declare module '*.styl' {
|
|
const content: any
|
|
export = content
|
|
} |