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.

11 lines 414 B
import * as React from 'react'; import type { TouchableOpacityProps } from 'react-native'; interface PressableIconProps extends Omit<TouchableOpacityProps, 'children'> { children: Pick<TouchableOpacityProps, 'children'>; active?: boolean; rounded?: boolean; border?: boolean; } export declare const PressableIcon: React.FC<PressableIconProps>; export {}; //# sourceMappingURL=PressableIcon.d.ts.map