UNPKG

@rc-component/picker

Version:
3 lines (2 loc) 183 B
import type { SharedPickerProps } from '../interface'; export declare function pickTriggerProps(props: Omit<SharedPickerProps, 'showTime'>): Omit<SharedPickerProps<any>, "showTime">;