UNPKG

@100mslive/react-native-room-kit

Version:

100ms Room Kit provides simple & easy to use UI components to build Live Streaming & Video Conferencing experiences in your apps.

10 lines 322 B
import React from 'react'; import type { ColorValue } from 'react-native'; export interface RadioInputProps { selected: boolean; size?: number; color?: ColorValue; onChange?: (selected: boolean) => void; } export declare const RadioInput: React.FC<RadioInputProps>; //# sourceMappingURL=RadioInput.d.ts.map