nicecode-v2/packages/map/src/components/popup/index.tsx

6 lines
150 B
TypeScript

/**
* Created by jiangzhixiong on 2024/05/23
*/
export { default as PopUp } from './PopUp'
export type { PopUpProps, PopUpRefProps } from './PopUp'