EASYAIuniappNewUI/node_modules/@tuniao/tnui-vue3-uniapp/components/picker/index.ts
2025-02-08 18:50:38 +08:00

9 lines
242 B
TypeScript

import { withNoopInstall } from '../../utils'
import Picker from './src/picker.vue'
export const TnPicker = withNoopInstall(Picker)
export default TnPicker
export * from './src/picker'
export type { TnPickerInstance } from './src/instance'