UNPKG

@visactor/react-vtable

Version:
12 lines (11 loc) 581 B
import type { BaseComponentProps } from '../base-component'; import type { ITitleDefine } from '@visactor/vtable'; export type PivotHeaderTitleProps = ITitleDefine & BaseComponentProps; export declare const PivotColumnHeaderTitle: { (props: PivotHeaderTitleProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; }; export declare const PivotRowHeaderTitle: { (props: PivotHeaderTitleProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; };