UNPKG

@interactify-live/pindo-wizard-react-native

Version:

React Native PindoWizard component for media capture and interaction management

7 lines (6 loc) 162 B
import React from 'react'; interface PlayButtonProps { onPress: () => void; } declare const PlayButton: React.FC<PlayButtonProps>; export default PlayButton;