UNPKG
@feelback/react
Version:
latest (0.3.4)
pre (0.0.1-pre20230519105006)
0.3.4
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
0.0.1-pre20230519105006
0.0.1-pre20230514231601
0.0.1-pre20230514184907
Use Feelback service within your React website
www.feelback.dev
giuseppelt/feelback-integrations
@feelback/react
/
dist
/
parts
/
RadioValue.d.ts
10 lines
(9 loc)
•
283 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
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
;