UNPKG

@syncfusion/react-popups

Version:

Syncfusion React popup package is a feature-rich collection of UI components such as Dialog and Tooltip, used to display contextual 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 './tooltip/index'; export * from './spinner/index'; export * from './dialog/index';