File size: 221 Bytes
60f878e
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
import "csstype";

declare module "csstype" {
  interface Properties {
    "--max-width"?: number | string;
    "--swatch-color"?: string;
    "--gap"?: number | string;
    "--padding"?: number | string;
  }
}