UNPKG

petals-ui

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