UNPKG
@readr-media/react-feedback
Version:
latest (4.0.0)
4.0.0
3.8.0
3.7.0
3.6.0
3.5.2
3.5.1
3.5.0
3.4.0
3.3.0
3.2.0
3.1.0
3.0.2
3.0.1
3.0.0
2.0.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta.1
1.0.0-beta.0
## Installation `yarn install`
github.com/readr-media/react
readr-media/react
@readr-media/react-feedback
/
dist
/
react-components
/
form
/
single-option-form
/
option.d.ts
6 lines
•
276 B
TypeScript
View Raw
1
2
3
4
5
6
/** *
@param
{
import('../../../typedef').OptionProps
}
props
*
@return
{
JSX.Element
} */
export
default
function
Option
(
{ onMouseUp, selected, label, value, iconSrc, statistic, }:
import
(
'../../../typedef'
).OptionProps
):
JSX
.
Element
;
//# sourceMappingURL=option.d.ts.map