import { ReactChild, ReactNode } from "react"; import { ConfigType } from "dayjs"; import { RefineFieldBooleanProps, RefineFieldDateProps, RefineFieldEmailProps, RefineFieldFileProps, RefineFieldImageProps, RefineFieldMarkdownProps as BaseRefineFieldMarkdownProps, RefineFieldNumberProps, RefineFieldTagProps, RefineFieldTextProps, RefineFieldUrlProps } from "@pankod/refine-ui-types"; import { ImageProps, TagProps } from "antd"; import { AbstractTooltipProps } from "antd/lib/tooltip"; import { TextProps } from "antd/lib/typography/Text"; import { LinkProps } from "antd/lib/typography/Link"; export declare type BooleanFieldProps = RefineFieldBooleanProps; export declare type DateFieldProps = RefineFieldDateProps; export declare type EmailFieldProps = RefineFieldEmailProps; export declare type FileFieldProps = RefineFieldFileProps; export declare type ImageFieldProps = RefineFieldImageProps; export declare type RefineFieldMarkdownProps = BaseRefineFieldMarkdownProps; export declare type NumberFieldProps = RefineFieldNumberProps; export declare type TagFieldProps = RefineFieldTagProps; export declare type TextFieldProps = RefineFieldTextProps; export declare type UrlFieldProps = RefineFieldUrlProps; //# sourceMappingURL=types.d.ts.map