mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
revert mocks.d.ts changes
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
0418db19e6
commit
f7fe7add63
8
types/mocks.d.ts
vendored
8
types/mocks.d.ts
vendored
@ -10,6 +10,14 @@ declare module "@hapi/subtext"
|
|||||||
|
|
||||||
// Support import for custom module extensions
|
// Support import for custom module extensions
|
||||||
// https://www.typescriptlang.org/docs/handbook/modules.html#wildcard-module-declarations
|
// https://www.typescriptlang.org/docs/handbook/modules.html#wildcard-module-declarations
|
||||||
|
declare module "*.module.scss" {
|
||||||
|
const classes: { [key: string]: string };
|
||||||
|
export default classes;
|
||||||
|
}
|
||||||
|
declare module "*.module.css" {
|
||||||
|
const classes: { [key: string]: string };
|
||||||
|
export default classes;
|
||||||
|
}
|
||||||
declare module "*.scss" {
|
declare module "*.scss" {
|
||||||
const content: string;
|
const content: string;
|
||||||
export = content;
|
export = content;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user