UNPKG

react-native-piano-keyboard

Version:

A beautiful and customizable piano keyboard component for React Native

9 lines (8 loc) 230 B
interface IPianoKeyboardProps { startKey?: string; endKey?: string; keyDisabled?: boolean; onPressKey: (key: string) => void; } declare const PianoKeyboard: React.FC<IPianoKeyboardProps>; export { PianoKeyboard };