import React from 'react'; import type { PisellLongTextProps } from './types'; import './PisellLongText.less'; /** * PisellLongText 长文本/多行文本组件 * * 多行文本输入/展示组件,支持只读、编辑、禁用三种状态。 * 基于 Ant Design TextArea 组件开发,提供展开/折叠功能和完整的校验框架。 * * @param props 组件 Props * * @example * // 编辑态 * * * @example * // 只读态(展开折叠) * * * @example * // 自动高度 * */ export declare const PisellLongText: React.FC; declare const _default: React.NamedExoticComponent; export default _default;