Skip to content

Commit

Permalink
delete: 删除ZModalBox
Browse files Browse the repository at this point in the history
reason: 没有使用
  • Loading branch information
lorzzn committed Apr 17, 2024
1 parent 799ee97 commit 5455cad
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 104 deletions.
4 changes: 2 additions & 2 deletions src/components/ZModal/ZModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import { forwardRef, useImperativeHandle, useState } from "react"
import { Modal, ModalProps } from "react-responsive-modal"

export interface ZModalProps extends Omit<ModalProps, "open" | "onClose" | "classNames"> {
title?: any
title?: React.ReactNode
titleAlignCenter?: boolean
onClose?: () => void
footer?: any
footer?: React.ReactNode
classNames?: ModalProps["classNames"] & {
footer?: string
}
Expand Down
26 changes: 0 additions & 26 deletions src/components/ZModalBox/ZAlert.tsx

This file was deleted.

32 changes: 0 additions & 32 deletions src/components/ZModalBox/ZConfirm.tsx

This file was deleted.

44 changes: 0 additions & 44 deletions src/components/ZModalBox/ZModalBox.tsx

This file was deleted.

0 comments on commit 5455cad

Please sign in to comment.