提交 53ff942b 编写于 作者: D Drjingfubo

Merge branch 'main' of https://github.com/jdf2e/nutui-react into main

import React, {
FunctionComponent,
useState,
useEffect,
MouseEventHandler,
MouseEvent,
EventHandler,
} from 'react'
import React, { FunctionComponent, useState, useEffect, MouseEventHandler, MouseEvent } from 'react'
import { CSSTransition } from 'react-transition-group'
import { OverlayProps, defaultOverlayProps } from '@/packages/overlay/overlay'
import Icon from '@/packages/icon'
......@@ -78,6 +71,7 @@ export const Popup: FunctionComponent<Partial<PopupProps> & React.HTMLAttributes
round,
position,
popClass,
className,
destroyOnClose,
onOpen,
onClose,
......@@ -115,6 +109,7 @@ export const Popup: FunctionComponent<Partial<PopupProps> & React.HTMLAttributes
['round']: round,
[`popup-${position}`]: true,
[`${popClass}`]: true,
[`${className}`]: true,
},
b('')
)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册