fix: clean up typings

This commit is contained in:
Christel Westerberg
2024-02-12 13:23:09 +01:00
parent 1ba9672240
commit 71eb7387cf
3 changed files with 5 additions and 9 deletions

View File

@@ -66,6 +66,4 @@ export type List = {
}
export type ListProps = {
listBlock: List
}
export type ListProps = List