UNPKG

@yandex/ui

Version:

Yandex UI components

5 lines (4 loc) 104 B
import { Popup } from '../../Popup/Popup'; export interface IModalRegistry { Popup: typeof Popup; }