UNPKG

@yandex/ui

Version:

Yandex UI components

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