import CompCommon from '../../common/type'; export interface OverlayProps extends CompCommon { show: boolean; onClick?: Function; }