| 17 | } from 'react-native-ui-lib'; |
| 18 | |
| 19 | interface StateOptions { |
| 20 | state?: string; |
| 21 | setState?: React.Dispatch<React.SetStateAction<any /** no suitable solution for enum */>>; |
| 22 | } |
| 23 | |
| 24 | interface RadioGroupBaseOptions { |
| 25 | isRow?: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected