@owlui/typings
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -6,4 +6,12 @@ # Change Log | ||
## [0.0.2](https://github.com/EEBOS/owl-ui/compare/v0.0.1...v0.0.2) (2022-01-11) | ||
**Note:** Version bump only for package @owlui/typings | ||
## 0.0.1 (2022-01-07) | ||
**Note:** Version bump only for package @owlui/typings |
{ | ||
"name": "@owlui/typings", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
@@ -22,3 +22,3 @@ "homepage": "https://github.com/EEBOS/owl-ui/tree/main/typings#readme", | ||
}, | ||
"gitHead": "97bddd12967faab3ffff87511edb19927e1dd8e2" | ||
"gitHead": "e2ea2e5c36a8b718509474206a3e0be826281b19" | ||
} |
@@ -5,30 +5,30 @@ /** | ||
declare module '*.svg' { | ||
declare module '*.svg' { | ||
const src: string; | ||
export default src; | ||
} | ||
} | ||
declare module '*.gif' { | ||
declare module '*.gif' { | ||
const src: string; | ||
export default src; | ||
} | ||
} | ||
declare module '*.jpg' { | ||
declare module '*.jpg' { | ||
const src: string; | ||
export default src; | ||
} | ||
} | ||
declare module '*.jpeg' { | ||
declare module '*.jpeg' { | ||
const src: string; | ||
export default src; | ||
} | ||
} | ||
declare module '*.png' { | ||
declare module '*.png' { | ||
const src: string; | ||
export default src; | ||
} | ||
declare module '*.md' { | ||
} | ||
declare module '*.md' { | ||
const src: string; | ||
export default src; | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3150