UNPKG

@visactor/react-vtable

Version:

The react version of VTable

5 lines (4 loc) 258 B
import type { BaseComponentProps } from '../base-component'; import type { IIndicator } from '@visactor/vtable'; export type PivotIndicatorProps = IIndicator & BaseComponentProps; export declare const PivotIndicator: import("react").FC<PivotIndicatorProps>;