Skip to content

Commit 6bf4107

Browse files
committed
feat(core): export PanelPositionType
1 parent 2e2c389 commit 6bf4107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/types/panel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export enum PanelPosition {
1010
BottomRight = 'bottom-right',
1111
}
1212

13-
type PanelPositionType = 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right'
13+
export type PanelPositionType = 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right'
1414

1515
export interface PanelProps {
1616
position: PanelPosition | PanelPositionType

0 commit comments

Comments
 (0)