export { Body as PopupDFBody } from './components/Body'; export { Footer as PopupDFFooter } from './components/Footer'; export { Header as PopupDFHeader } from './components/Header'; export { PopupDF } from './PopupDF'; export type { PopupDFBodyProps, PopupDFFooterProps, PopupDFHeaderProps, PopupDFProps, PopupDFResizableConfig, PopupDFSize, } from './types';