util.d.ts 183 B

12
  1. import type { SharedPickerProps } from '../interface';
  2. export declare function pickTriggerProps(props: Omit<SharedPickerProps, 'showTime'>): Omit<SharedPickerProps<any>, "showTime">;