UNPKG

@syncfusion/ej2-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.

9 lines (8 loc) 189 B
/** * Popup Components */ export * from './popup/index'; export * from './common/index'; export * from './dialog/index'; export * from './tooltip/index'; export * from './spinner/index';