Fix typescript/svelte checks
This commit is contained in:
parent
08c6e0eef2
commit
53a48cba07
17 changed files with 199 additions and 155 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<script lang="ts">
|
||||
interface Props {
|
||||
grade?: string;
|
||||
score: number;
|
||||
score?: number;
|
||||
size?: "inline" | "small" | "medium" | "large";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue