UNPKG

jamis

Version:

一种支持通过JSON配置方式生成页面的组件库

7 lines (6 loc) 230 B
/** * @file 表格的方式显示只读信息,比如产品详情 */ import type { RendererFC } from 'jamis-core'; import type { PropertyProps } from './types'; export declare const PropertyRenderer: RendererFC<PropertyProps>;