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
/
business
/
treemapMarketLight.d.ts
6 lines
(5 loc)
•
218 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
type
ThemeParser
}
from
'../../core/theme'
;
/** * 移动端主题-矩形树图解析器 */
export
declare
function
businessTreemapMarketLightParse
(
...
args
:
Parameters
<
ThemeParser
>
):
ReturnType
<
ThemeParser
>;