Skip to content

Commit ee67fff

Browse files
authored
fix(core): fix placement type for idea (#224)
1 parent c32d91d commit ee67fff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/core/src/lib/type.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import { Middleware } from '@floating-ui/dom';
2+
import { AlignedPlacement, Side } from '@floating-ui/utils';
23

34
export * from '@floating-ui/dom';
45

6+
export type Placement = Side | AlignedPlacement
57
export type MiddlewareList = Array<Middleware | null | undefined | false>;

0 commit comments

Comments
 (0)