项目文件夹

文件
2026-07-13 11:57:19 +08:00

11 行
211 B
TypeScript

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