UNPKG

@bhojaniasgar/react-native-audio-waveform

Version:

A React Native component to show audio waveform with ease in react native application

13 lines (12 loc) 247 B
declare const styles: { candleContainer: { justifyContent: "center"; }; waveformCandle: { backgroundColor: string; }; waveformCandleCompleted: { backgroundColor: string; }; }; export default styles;