UNPKG

jamis

Version:

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

7 lines (6 loc) 378 B
import type { RendererProps } from 'jamis-core'; import type { WithPrefixAffixHook } from './types'; /** * 支持在目标元素前后包装一个元素 */ export declare const usePrefixAffixRegion: (prefixRegion: WithPrefixAffixHook["prefixRegion"], affixRegion: WithPrefixAffixHook["affixRegion"]) => (children: JSX.Element, render: RendererProps["render"]) => JSX.Element;