import { LegacyRef, ComponentType } from 'react' interface AbsoluteProps { /** 引用 */ ref?: LegacyRef } /** * 将内容添加到顶层 * 此组件需要配合TopView组件使用 * @example * ```jsx * * 此处的内容将会添加在和TopView组件相同的位置上 * * ``` */ export const Absolute: ComponentType