UNPKG

tgui-angular

Version:

🚀 Angular UI library for Telegram Web Apps with modern components and theming support | 💼 Author is open to work opportunities | 📧 Contact: a.blagovestnov@gmail.com | 💬 Telegram: @ablagovestnov

4 lines (3 loc) • 177 B
import { Placement } from '@floating-ui/dom'; export type AutoPlacementType = 'auto' | 'auto-start' | 'auto-end'; export type PlacementWithAuto = Placement | AutoPlacementType;