UNPKG

@lobehub/ui

Version:

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

3 lines (2 loc) 147 B
import { placementType } from './index'; export declare const reversePlacement: (placement: placementType) => "left" | "right" | "bottom" | "top";