@engie-group/fluid-design-system-react
Version:
Fluid Design System React
9 lines (8 loc) • 332 B
TypeScript
import React from 'react';
import { NJPopoverAnchorProps } from '../../popover';
export type NJMenuAnchorProps = NJPopoverAnchorProps;
export declare const NJMenuAnchor: React.ForwardRefExoticComponent<{
children?: React.ReactNode | undefined;
} & {
onOpen?: (value: boolean) => void;
} & React.RefAttributes<HTMLElement>>;