@yoliani/react-native-audio-waveform
Version:
A React Native component to show audio waveform with ease in react native application
23 lines (22 loc) • 441 B
TypeScript
declare const styles: {
container: {
flex: number;
};
row: {
flexDirection: "row";
};
scrollContainer: {
height: "100%";
};
waveformContainer: {
backgroundColor: string;
height: number;
paddingVertical: number;
};
waveformInnerContainer: {
alignItems: "center";
flexDirection: "row";
height: "100%";
};
};
export default styles;