We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PanelPositionType
1 parent 2e2c389 commit 6bf4107Copy full SHA for 6bf4107
packages/core/src/types/panel.ts
@@ -10,7 +10,7 @@ export enum PanelPosition {
10
BottomRight = 'bottom-right',
11
}
12
13
-type PanelPositionType = 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right'
+export type PanelPositionType = 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right'
14
15
export interface PanelProps {
16
position: PanelPosition | PanelPositionType
0 commit comments