@visactor/react-vtable
Version:
The react version of VTable
8 lines (7 loc) • 339 B
TypeScript
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;
};