UNPKG

jamis

Version:

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

8 lines (7 loc) 251 B
import React from 'react'; import type { PopOverHocConfig } from '../types'; /** * * @deprecated 已过期, 请使用`usePopOverable` */ export declare const PopOverable: (config?: PopOverHocConfig) => (Component: React.ComponentType<any>) => any;