UNPKG

@cainiaofe/cn-ui-m

Version:
6 lines (5 loc) 196 B
import { CnNumberPicker } from './number-picker'; import type { CnNumberPickerProps } from './types'; import './styles/index.scss'; export { CnNumberPicker }; export type { CnNumberPickerProps };