UNPKG

jamis

Version:

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

7 lines (6 loc) 271 B
import type { RendererFC, RendererProps } from 'jamis-core'; import type { TimelineSchema } from '../types'; interface TimelineProps extends RendererProps, Omit<TimelineSchema, 'className'> { } export declare const TimelineRenderer: RendererFC<TimelineProps>; export {};