chore: sort imports

This commit is contained in:
DarkSky
2022-08-13 03:16:26 +08:00
parent 5462b1707f
commit 754b2581cd
198 changed files with 839 additions and 917 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
import { type PropsWithChildren, type CSSProperties } from 'react';
import { type PopperProps, Popper } from '../popper';
import { PopoverContainer, placementToContainerDirection } from '../popover';
import type { TooltipProps } from './interface';
import { type CSSProperties, type PropsWithChildren } from 'react';
import { placementToContainerDirection, PopoverContainer } from '../popover';
import { Popper, type PopperProps } from '../popper';
import { useTheme } from '../theme';
import type { TooltipProps } from './interface';
const useTooltipStyle = (): CSSProperties => {
const theme = useTheme();