100vh settings screen (#4015)

This commit is contained in:
Samuel Newman
2024-05-14 19:17:53 +01:00
committed by GitHub
parent 03da056513
commit 6b2635c870
3 changed files with 14 additions and 4 deletions
+10 -1
View File
@@ -6,5 +6,14 @@ export function CenteredView({
sideBorders,
...props
}: React.PropsWithChildren<
ViewProps & {sideBorders?: boolean; topBorder?: boolean}
ViewProps & {
/**
* @platform web
*/
sideBorders?: boolean
/**
* @platform web
*/
topBorder?: boolean
}
>)