/** * 请在 /packages/pandora/src/index.ts 中导入该组件 */ import React from 'react'; import { PopoverProps } from './interface'; declare const PopoverComponent: React.ForwardRefExoticComponent>; export default PopoverComponent; export { type PopoverProps };