feat: add animate in trigger, resolved #529

This commit is contained in:
qishaoxuan
2022-07-25 19:10:02 +08:00
parent dd75c36a4a
commit a7c76c0bce
4 changed files with 65 additions and 38 deletions
@@ -17,6 +17,10 @@ export type PopperArrowProps = {
export type PopperProps = {
// Popover content
content: ReactNode;
// Popover trigger
children?: ReactNode;
// Position of Popover
placement?: PopperPlacementType;