UNPKG

@chief-editor/ui

Version:

UI Component for chief editor

5 lines (4 loc) 266 B
/// <reference types="react" /> import { IPopoverWrapperProps } from './PopoverWrapper'; export declare type IPopoverContentProps<T> = Omit<IPopoverWrapperProps<T>, 'getArrow'>; export declare function PopoverContent<T>(props: IPopoverContentProps<T>): JSX.Element;