UNPKG
@zhouchangju/standard-chart
Version:
latest (1.10.2-alpha-20250806)
1.10.2-alpha-20250806
标准范式组件
@zhouchangju/standard-chart
/
types
/
extension
/
series
/
dvVenn
/
parseTitle.d.ts
3 lines
(2 loc)
•
127 B
TypeScript
View Raw
1
2
3
import
type
{
VennSeriesOption
}
from
'./type'
;
export
declare
function
parseTitleStyle
(
seriesOption
:
VennSeriesOption
):
void
;