@visactor/vchart-types

1.11.1 • Public • Published

@visactor/vchart-types

Description

Provide the pure TypeScript type declarations of VChart.

Usage

You can refer to the following statement to import types as needed:

import type { xxx } from '@visactor/vchart-types';

Such as:

import type { IBarSeriesSpec } from '@visactor/vchart-types';

You can also find the types in the corresponding path in types and import them:

import type { xxx } from '@visactor/vchart-types/types/xxx';

Such as:

import type { IBarSeriesSpec } from '@visactor/vchart-types/types/series/bar/interface'

/@visactor/vchart-types/

    Package Sidebar

    Install

    npm i @visactor/vchart-types

    Weekly Downloads

    261

    Version

    1.11.1

    License

    MIT

    Unpacked Size

    1.28 MB

    Total Files

    1004

    Last publish

    Collaborators

    • zhouxinyu66888
    • da730
    • xile611
    • simaq
    • ray_sun
    • liufangfang
    • xiaoluohe
    • lixuefei.1313
    • ssfxz
    • purpose233
    • youngwinds
    • chensiji.0517
    • zamhown
    • xuanhun
    • visactorowner