fix: type comment ThemeConfig cssVar.prefix antd to ant (#46882)

This commit is contained in:
Jason Feng 2024-01-09 21:02:14 +08:00 committed by GitHub
parent 489c5d1ca9
commit f726e61d95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ export interface ThemeConfig {
cssVar?:
| {
/**
* Prefix for css variable, default to `antd`.
* Prefix for css variable, default to `ant`.
*/
prefix?: string;
/**