diff --git a/packages/core/src/types/panel.ts b/packages/core/src/types/panel.ts index 0ef0a01b..9a299ca3 100644 --- a/packages/core/src/types/panel.ts +++ b/packages/core/src/types/panel.ts @@ -10,7 +10,7 @@ export enum PanelPosition { BottomRight = 'bottom-right', } -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' export interface PanelProps { position: PanelPosition | PanelPositionType