fix(docs): missing quote in toast page (#5667)

This commit is contained in:
Takuya HARA 2025-09-07 20:16:42 +09:00 committed by GitHub
parent 4db5b2c7b5
commit 28c3306609
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -291,7 +291,7 @@ Toast has the following slots:
},
{
attribute: "classNames",
type: "Partial<Record<\"base\" | \"content\" | \"wrapper\" | \"title\" | \"description\" | \"icon\" | \"loadingComponent\" | \"progressTrack\" | \"progressIndicator\ | \"motionDiv\" | \"closeButton\" | \"closeIcon\", string>>",
type: "Partial<Record<\"base\" | \"content\" | \"wrapper\" | \"title\" | \"description\" | \"icon\" | \"loadingComponent\" | \"progressTrack\" | \"progressIndicator\" | \"motionDiv\" | \"closeButton\" | \"closeIcon\", string>>",
description: "Allows to set custom class names for the toast slots.",
default: "-"
}