layerpro 0.4.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +0,0 @@
1
- /*
2
- Copyright: © 2022 Dario Passariello <dariopassariello@gmail.com>
3
- License: CC BY-NC-ND 4.0
4
- */
5
-
6
- declare module '*.mp3'
7
- declare module '*.ogg'
8
- declare module '*.mp3'
@@ -1,9 +0,0 @@
1
- /*
2
- Copyright: © 2022 Dario Passariello <dariopassariello@gmail.com>
3
- License: CC BY-NC-ND 4.0
4
- */
5
-
6
- declare module "*.svg" {
7
- const value: any
8
- export default value
9
- }
@@ -1,22 +0,0 @@
1
- /*
2
- Copyright: © 2022 Dario Passariello <dariopassariello@gmail.com>
3
- License: CC BY-NC-ND 4.0
4
- */
5
- declare module '*.less' {
6
- const resource: { [key: string]: any }
7
- export = resource
8
- }
9
-
10
- ////////////////////////////////////////////////////////////////
11
-
12
- declare module '*.scss' {
13
- const resource: { [key: string]: any }
14
- export = resource
15
- }
16
-
17
- ////////////////////////////////////////////////////////////////
18
- declare module '*.sass' {
19
- const resource: { [key: string]: any }
20
- export = resource
21
- }
22
-