@adobe/aem-core-components-react-base
Version:
AEM - React Implementation for the AEM Core Components
14 lines • 558 B
TypeScript
/// <reference types="react" />
import { RoutedCoreComponentModel } from "../../../routing/RoutedCoreComponent";
export interface TitleV2Model extends RoutedCoreComponentModel {
text: string;
linkURL?: string;
linkDisabled: boolean;
type?: string;
nested?: boolean;
}
export declare const TitleV2Link: (props: TitleV2Model) => JSX.Element;
export declare const TitleV2Contents: (props: TitleV2Model) => JSX.Element;
declare const TitleV2: (props: TitleV2Model) => JSX.Element;
export default TitleV2;
//# sourceMappingURL=TitleV2.d.ts.map