UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

6 lines (5 loc) 217 B
export interface MenuRadioGroupContextValue { value: string | null; onChange: (value: string) => void; } export declare const MenuRadioGroupContext: import("react").Context<MenuRadioGroupContextValue | null>;