/// import { IStylableProps } from '../Generic.types'; export interface IHeaderProps extends IStylableProps { logo?: React.ReactNode; sidebar?: React.ReactNode; applicationName?: string; padLeft?: boolean; padRight?: boolean; }