UNPKG

@doku-dev/doku-fragment

Version:

A new Angular UI library that moving away from Bootstrap and built from scratch.

4 lines (3 loc) 174 B
import { Placement as FuiPlacement } from '@floating-ui/dom'; export type DokuPopoverPlacement = FuiPlacement; export type DokuPopoverCloseByKey = 'manual' | 'clickOutside';