index.uts 214 B

123456
  1. // @ts-nocheck
  2. export * from './components/l-picker/type'
  3. // export { LimePickerValue } from './components/l-picker/type'
  4. // export type PickerValue = string | number;
  5. // export type LimePickerValue = PickerValue;