fix(ui): tooltip style #505

This commit is contained in:
alt1o
2022-07-28 16:54:28 +08:00
parent 1dfb241eee
commit b5d2d063a5
2 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { type PopperHandler, Popper } from '../popper';
import { PopoverContainer } from './container';
import type { PopoverProps, PopoverDirection } from './interface';
const placementToContainerDirection: Record<
export const placementToContainerDirection: Record<
PopperPlacementType,
PopoverDirection
> = {