Finish basic welcome experience

This commit is contained in:
Mikayla Maki 2023-03-06 16:28:23 -08:00
parent 020a0965b0
commit ba652fc033
5 changed files with 143 additions and 139 deletions

View file

@ -93,7 +93,7 @@ interface Text {
underline?: boolean
}
interface TextProperties {
export interface TextProperties {
size?: keyof typeof fontSizes
weight?: FontWeight
underline?: boolean