UNPKG

jamis

Version:

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

4 lines (3 loc) 158 B
import type { RendererFC } from 'jamis-core'; import type { ListItemProps } from './types'; export declare const ListItemRenderer: RendererFC<ListItemProps>;