UNPKG
@zhouchangju/standard-chart
Version:
latest (1.10.2-alpha-20250806)
1.10.2-alpha-20250806
标准范式组件
@zhouchangju/standard-chart
/
types
/
theme
/
ainvest
/
series
/
progress.d.ts
7 lines
(6 loc)
•
222 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
ThemeParser
}
from
'../../../core/theme'
;
/** * 专门给海外主题的进度条柱状图的默认配置 *
@param
args
*/
export
declare
function
progressBarThemeParse
(
...args: Parameters<ThemeParser>
):
void
;