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