Flatten
This commit is contained in:
parent
8f165d15d2
commit
c620e4bf25
264 changed files with 9983 additions and 2280 deletions
16
packages/leafcutter-common/images.d.ts
vendored
Normal file
16
packages/leafcutter-common/images.d.ts
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
declare module "*.jpg" {
|
||||
const value: any;
|
||||
export default value;
|
||||
}
|
||||
declare module "*.jpeg" {
|
||||
const value: any;
|
||||
export default value;
|
||||
}
|
||||
declare module "*.svg" {
|
||||
const value: any;
|
||||
export default value;
|
||||
}
|
||||
declare module "*.png" {
|
||||
const value: any;
|
||||
export default value;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue