UNPKG

@visactor/react-vtable

Version:
8 lines (7 loc) 339 B
import type { TYPES } from '@visactor/vtable'; import type { BaseComponentProps } from '../base-component'; export type TitleProps = TYPES.ITitle & BaseComponentProps; export declare const Title: { (props: TitleProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; };