UNPKG
@zhouchangju/standard-chart
Version:
latest (1.10.2-alpha-20250806)
1.10.2-alpha-20250806
标准范式组件
@zhouchangju/standard-chart
/
types
/
theme
/
pc
/
component
/
dataZoom.d.ts
3 lines
(2 loc)
•
154 B
TypeScript
View Raw
1
2
3
import
{
ThemeParser
}
from
'../../../core/theme'
;
export
declare
function
dataZoomThemeParse
(
...args: Parameters<ThemeParser>
):
ReturnType
<
ThemeParser
>;