@iimm/formily-mui
Version:
form field components based on @mui/material and @formily/react
8 lines (7 loc) • 373 B
TypeScript
/// <reference types="react" />
import { type DateRangePickerBaseProps } from "./DateRangePickerBase";
export interface DateRangePickerProps extends DateRangePickerBaseProps {
}
export declare const DateRangePicker: import("react").MemoExoticComponent<import("@formily/react").ReactFC<DateRangePickerProps & {
ref?: import("react").RefAttributes<any> | undefined;
}>>;