UNPKG

@feelback/react

Version:

Use Feelback service within your React website

10 lines (9 loc) 283 B
export type RadioValueProps = Readonly<{ group?: string; value: string; label?: string; checked?: boolean; description?: string; onSelected?: () => void; }>; export declare function RadioValue(props: RadioValueProps): import("react/jsx-runtime").JSX.Element;