@syncfusion/ej2-vue-popups
Version:
A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for Vue
5 lines (4 loc) • 315 B
TypeScript
export * from '@syncfusion/ej2-popups';
export { ButtonsDirective, DialogButtonDirective, ButtonsPlugin, DialogButtonPlugin } from './dialog/buttons.directive';
export { DialogComponent, DialogPlugin } from './dialog/dialog.component';
export { TooltipComponent, TooltipPlugin } from './tooltip/tooltip.component';