move the excalidraw props to correct file and typo fix (#1907)

This commit is contained in:
Aakansha Doshi 2020-07-11 18:43:20 +05:30 committed by GitHub
parent 0ee2c15929
commit 953cd5563c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 11 deletions

View file

@ -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;
}