UNPKG

@lobehub/ui

Version:

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

3 lines (2 loc) 176 B
import type { DraggablePanelProps } from './type'; export declare const reversePlacement: (placement: DraggablePanelProps['placement']) => "left" | "right" | "bottom" | "top";