mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
move the excalidraw props to correct file and typo fix (#1907)
This commit is contained in:
parent
0ee2c15929
commit
953cd5563c
4 changed files with 10 additions and 11 deletions
|
@ -77,8 +77,3 @@ export type VerticalAlign = "top" | "middle";
|
|||
|
||||
export type FontFamily = keyof typeof FONT_FAMILY;
|
||||
export type FontString = string & { _brand: "fontString" };
|
||||
|
||||
export interface ExcalidrawProps {
|
||||
width: number;
|
||||
height: number;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue