import React from 'react'; import { connect } from 'react-redux'; import cn from 'classnames'; import { closeBottomBlock } from 'Duck/components/player'; import { Input, CloseButton } from 'UI'; import stl from './header.module.css'; const Header = ({ children, className, closeBottomBlock, onFilterChange, showClose = true, customStyle, ...props }) => (