UNPKG

jamis

Version:

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

3 lines (2 loc) 252 B
import { type RendererProps } from 'jamis-core'; export declare const useMountedEvent: ({ onEvent, dispatchEvent, data, ...restProps }: Pick<RendererProps, "dispatchEvent" | "onEvent" | "data" | "$schema" | "$path" | "id" | "name" | "debug">) => void;