export interface IBackDropProps { show: boolean; clicked: () => void; zIndex: number; }