UNPKG

@adobe/aem-core-components-react-base

Version:
13 lines 509 B
/// <reference types="react" /> import { CoreComponentModel } from "../../../AbstractCoreComponent"; export interface TextV2Model extends CoreComponentModel { text?: string; richText?: boolean; cqPath?: string; id?: string; } export declare const TextV2RichText: (props: TextV2Model) => JSX.Element; export declare const TextV2PlainText: (props: TextV2Model) => JSX.Element; declare const TextV2: (props: TextV2Model) => JSX.Element; export default TextV2; //# sourceMappingURL=TextV2.d.ts.map