mirror of
https://github.com/dzeiocom/components.git
synced 2025-06-08 00:59:54 +00:00
5 lines
66 B
TypeScript
5 lines
66 B
TypeScript
declare module '*.styl' {
|
|
const content: any
|
|
export = content
|
|
}
|