UNPKG

@plone/volto

Version:
12 lines (11 loc) 253 B
export default Popup; /** * Renders a preview image for a catalog brain result item. * */ declare function Popup(props: any): import("react/jsx-runtime").JSX.Element; declare namespace Popup { namespace propTypes { let menu: any; } }