MCPcopy
hub / github.com/wix/react-native-ui-lib / StateOptions

Interface StateOptions

demo/src/screens/ExampleScreenPresenter.tsx:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected