import React from 'react'; import { RecordListWrapperProps } from './type'; /** * @title: RecordListWrapper 只读态 * @description: 低代码详情模式下展示每个 option 对应的 record 数据。 * 值结构: { optionValue: { field1: v1, field2: v2 } } */ declare const RecordListWrapperReadPretty: React.FC; export default RecordListWrapperReadPretty;