5 lines
98 B
TypeScript
5 lines
98 B
TypeScript
import CustomPopup from './CustomPopup'
|
|
export default CustomPopup
|
|
export * from './CustomPopup'
|
|
|