UNPKG
thsc-datav-standard-chart
Version:
latest (1.6.0-beta-0827)
1.6.0-beta-0827
1.6.0-beta-0821
标准范式组件
thsc-datav-standard-chart
/
types
/
theme
/
mobile
/
component
/
yAxis.d.ts
3 lines
(2 loc)
•
137 B
TypeScript
View Raw
1
2
3
import
{
type
ThemeParser
}
from
'../../../core/theme'
;
export
declare
function
yAxisThemeParse
(
...
args
:
Parameters
<
ThemeParser
>
):
void
;