UNPKG

@visactor/vue-vtable

Version:

The vue version of VTable

8 lines (7 loc) 244 B
import type { VNode } from 'vue'; import type { IIndicator } from '@visactor/vtable'; declare function PivotIndicator(props: IIndicator): VNode; declare namespace PivotIndicator { var symbol: string; } export default PivotIndicator;