INIT
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
import type * as CSS from "csstype";
|
||||
|
||||
declare module "csstype" {
|
||||
interface Properties {
|
||||
// Allow any CSS Custom Properties
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
[index: `--${string}`]: any;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user