UNPKG
@zhouchangju/standard-chart
Version:
latest (1.10.2-alpha-20250806)
1.10.2-alpha-20250806
标准范式组件
@zhouchangju/standard-chart
/
types
/
theme
/
config
/
presetAIGCToken.d.ts
4 lines
(3 loc)
•
134 B
TypeScript
View Raw
1
2
3
4
import
{
Token
}
from
'../../core/themeToken'
;
export
declare
const
AIGCTokenLight
:
Token
;
export
declare
const
AIGCTokenDark
:
Token
;