UNPKG

jamis

Version:

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

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