UNPKG

rn-verto-typescript

Version:

Verto Free Switch with React Native Type Script

6 lines (5 loc) 126 B
interface Props { onClicked: Function; } declare const HangupButton: (props: Props) => void; export default HangupButton;