excalidraw/packages/excalidraw/css.d.ts

11 lines
211 B
TypeScript

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