UNPKG

@wix/design-system

Version:

@wix/design-system

11 lines 525 B
import React, { PureComponent } from 'react'; import type { PopoverProps } from './Popover.types'; declare class Popover extends PureComponent<PopoverProps> { static displayName: string; static Element: React.FunctionComponent<import("./PopoverCore/utils/utils").ElementProps>; static Content: React.FunctionComponent<import("./PopoverCore/utils/utils").ElementProps>; static defaultProps: Partial<PopoverProps>; render(): React.JSX.Element; } export default Popover; //# sourceMappingURL=Popover.d.ts.map