chore: update * pin prettier version & format code

This commit is contained in:
M. George Hansen 2021-01-02 13:40:18 -08:00
parent 274fe7778e
commit 45d96fae9f
18 changed files with 93 additions and 78 deletions

View file

@ -41,7 +41,7 @@ export interface Component<P extends object = {}> {
(
props: P & {
children?: Element[];
}
},
): HTMLElement;
}