UNPKG

tdesign-react

Version:
11 lines (10 loc) 287 B
import { AttachNode } from '../common'; /** * useAttach * * 挂载节点 优先级: * * props attach -> globalConfig.attach.component -> globalConfig.attach -> default = 'body' */ declare const useAttach: (name: string, attach: AttachNode) => AttachNode; export default useAttach;