import IProps from "./typing";

const defaultProps: IProps = {
  show: false,
  zIndex: 10070,
  duration: 300,
  opacity: 0.5
};

export default defaultProps;
