UNPKG

@yandex/ui

Version:

Yandex UI components

5 lines (4 loc) 112 B
import { PopupTail } from '../Tail/Popup-Tail'; export interface IPopupRegistry { Tail: typeof PopupTail; }