7 lines
180 B
TypeScript
7 lines
180 B
TypeScript
export { PopupUI } from './PopupUI';
|
|
export {
|
|
createPopupButtonTextPlugin,
|
|
createPopupResultPlaceholderPlugin,
|
|
} from './plugins';
|
|
export type { PopupUIProps } from './types';
|