9 lines
286 B
TypeScript
Raw Normal View History

2024-11-05 10:07:15 +08:00
import { withNoopInstall } from '../../utils'
import RegionPicker from './src/region-picker.vue'
export const TnRegionPicker = withNoopInstall(RegionPicker)
export default TnRegionPicker
export * from './src/region-picker'
export type { TnRegionPickerInstance } from './src/instance'