@iimm/formily-taro-vantui
Version:
form field components based on @antmjs/vantui and @formily/react
8 lines (7 loc) • 322 B
TypeScript
/// <reference types="react" />
import { type PickerBaseProps } from "./PickerBase";
export interface PickerProps extends PickerBaseProps {
}
export declare const Picker: import("react").MemoExoticComponent<import("@formily/react").ReactFC<PickerProps & {
ref?: import("react").LegacyRef<any> | undefined;
}>>;