mirror of
https://github.com/Aviortheking/next-template.git
synced 2025-04-22 02:42:08 +00:00
5 lines
66 B
TypeScript
5 lines
66 B
TypeScript
declare module '*.styl' {
|
|
const content: any
|
|
export = content
|
|
}
|