@alilc/lowcode-editor-core
Version:
Core Api for Ali lowCode engine
10 lines (9 loc) • 439 B
TypeScript
import { Component, ReactNode } from 'react';
import { IPublicTypeI18nData, IPublicTypeTitleProps } from '@alilc/lowcode-types';
import './title.less';
export declare class Title extends Component<IPublicTypeTitleProps> {
constructor(props: any);
handleClick(e: React.MouseEvent): void;
renderLabel: (label: string | IPublicTypeI18nData | ReactNode) => import("react").JSX.Element;
render(): import("react").JSX.Element;
}