UNPKG
@zhouchangju/standard-chart
Version:
latest (1.10.2-alpha-20250806)
1.10.2-alpha-20250806
标准范式组件
@zhouchangju/standard-chart
/
types
/
theme
/
mobile
/
index.d.ts
7 lines
(6 loc)
•
161 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * 移动端主题 */
import
type
{
Theme
}
from
'../../core/theme'
;
export
declare
const
mobileAppLight
:
Theme
;
export
declare
const
mobileAppDark
:
Theme
;