Initial import
This commit is contained in:
6
src/components/inputs/popup/index.ts
Executable file
6
src/components/inputs/popup/index.ts
Executable file
@@ -0,0 +1,6 @@
|
||||
export { PopupUI } from './PopupUI';
|
||||
export {
|
||||
createPopupButtonTextPlugin,
|
||||
createPopupResultPlaceholderPlugin,
|
||||
} from './plugins';
|
||||
export type { PopupUIProps } from './types';
|
||||
Reference in New Issue
Block a user