mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-17 11:14:23 +01:00
Fix padding in the library loading buttons (#2331)
* Fix padding in the library loading buttons * Update src/components/Stack.tsx Co-authored-by: Dominic Lee <34794189+dominictwlee@users.noreply.github.com> * extend CSSProperties TS definition Co-authored-by: Dominic Lee <34794189+dominictwlee@users.noreply.github.com> Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
10
src/css.d.ts
vendored
Normal file
10
src/css.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import "csstype";
|
||||
|
||||
declare module "csstype" {
|
||||
interface Properties {
|
||||
"--max-width"?: number | string;
|
||||
"--swatch-color"?: string;
|
||||
"--gap"?: number | string;
|
||||
"--padding"?: number | string;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user