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
/
toolTip.d.ts
7 lines
(6 loc)
•
262 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
type
ThemeParser
}
from
'../../../core/theme'
;
/** * 交互 */
export
declare
function
parseTooltipInteract
(
...
args
:
Parameters
<
ThemeParser
>
):
void
;
export
declare
function
ToolTipThemeParse
(
...
args
:
Parameters
<
ThemeParser
>
):
ReturnType
<
ThemeParser
>;