9 lines
242 B
TypeScript
Raw Permalink Normal View History

2024-11-05 10:14:41 +08:00
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'