feat(core): export PanelPositionType
This commit is contained in:
@@ -10,7 +10,7 @@ export enum PanelPosition {
|
|||||||
BottomRight = 'bottom-right',
|
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 {
|
export interface PanelProps {
|
||||||
position: PanelPosition | PanelPositionType
|
position: PanelPosition | PanelPositionType
|
||||||
|
|||||||
Reference in New Issue
Block a user