Files

3 lines
183 B
TypeScript
Raw Permalink Normal View History

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