export interface VolumeState {
  draggingActive: boolean;
  hover: boolean;
}
