synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
7 lines • 419 B
TypeScript
import { PopoverProps } from '@mui/material';
import React from 'react';
import { CitationProps } from './CitationTypes';
export type CitationPopoverProps = CitationProps & Pick<PopoverProps, 'anchorEl' | 'open' | 'id' | 'onClose'>;
export declare const CitationPopoverContent: (props: CitationPopoverProps) => React.ReactNode;
export default CitationPopoverContent;
//# sourceMappingURL=CitationPopoverContent.d.ts.map