README
@canner/antd-number-rate
API
Props:
| name | type | default | description |
|---|---|---|---|
| id | String | Field id | |
| value | String | Default value | |
| uiParams | { count: number, allowHalf: boolean, character: string } | Setup IU params | |
| onChange | (id: string, type: string, value: string) => void | Called when input is changed |