UNPKG

svelte-reactions

Version:
9 lines (8 loc) 214 B
import type { Placement } from './../types/Placement'; declare const placement: (position: Placement) => { top: string; right: string; bottom: string; left: string; }; export { placement };