UNPKG

petals-ui

Version:
6 lines (5 loc) 161 B
import { IPopupComponent } from '../../popup'; interface IPopoverComponent extends IPopupComponent { readonly title: string; } export { IPopoverComponent };