UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

1 lines 617 B
{"version":3,"file":"utils.mjs","names":[],"sources":["../../src/DraggablePanel/utils.ts"],"sourcesContent":["import type { DraggablePanelProps } from './type';\n\nexport const reversePlacement = (placement: DraggablePanelProps['placement']) => {\n switch (placement) {\n case 'bottom': {\n return 'top';\n }\n case 'top': {\n return 'bottom';\n }\n case 'right': {\n return 'left';\n }\n case 'left': {\n return 'right';\n }\n }\n};\n"],"mappings":";AAEA,MAAa,oBAAoB,cAAgD;AAC/E,SAAQ,WAAR;EACE,KAAK,SACH,QAAO;EAET,KAAK,MACH,QAAO;EAET,KAAK,QACH,QAAO;EAET,KAAK,OACH,QAAO"}