UNPKG

@visactor/vue-vtable

Version:

The vue version of VTable

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