UNPKG

@visactor/react-vtable

Version:

The react version of VTable

5 lines (4 loc) 228 B
import type { TYPES } from '@visactor/vtable'; import type { BaseComponentProps } from '../base-component'; export type TitleProps = TYPES.ITitle & BaseComponentProps; export declare const Title: import("react").FC<TitleProps>;