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