UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

11 lines (10 loc) 401 B
export interface MenuTargetProps { /** Target element */ children: React.ReactNode; /** Key of the prop used to get element ref, useful for forwarding refs to custom components @default 'ref' */ refProp?: string; } export declare function MenuTarget(props: MenuTargetProps): import("react/jsx-runtime").JSX.Element; export declare namespace MenuTarget { var displayName: string; }