UNPKG

@procore/core-react

Version:
55 lines (54 loc) • 5.71 kB
/// <reference types="react" /> export declare const StyledFormFieldMain: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, { $read: boolean; $colStart: number; $colEnd: number; $colIeSpan: number; }>> & string; export declare const StyledLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").HTMLAttributes<HTMLLabelElement> & { htmlFor?: string | undefined; block?: boolean | undefined; } & import("react").RefAttributes<HTMLLabelElement>, "ref"> & { ref?: ((instance: HTMLLabelElement | null) => void) | import("react").RefObject<HTMLLabelElement> | null | undefined; }, never>> & string & Omit<import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLLabelElement> & { htmlFor?: string | undefined; block?: boolean | undefined; } & import("react").RefAttributes<HTMLLabelElement>>, keyof import("react").Component<any, {}, any>>; export declare const StyledDescription: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string; export declare const StyledCheckboxInlineDescription: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined; }, { $read: boolean; }>> & string; export declare const StyledFormFieldHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined; }, { $colStart: number; $colEnd: number; $colIeSpan: number; }>> & string; export declare const StyledFormFieldRequiredMark: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("../Required").RequiredProps & import("react").RefAttributes<HTMLSpanElement>, "ref"> & { ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined; }, never>> & string & Omit<import("react").ForwardRefExoticComponent<import("../Required").RequiredProps & import("react").RefAttributes<HTMLSpanElement>>, keyof import("react").Component<any, {}, any>>; export declare const StyledFormFieldErrorIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<{ size?: import("@procore/core-icons/dist/Icon").IconSize | undefined; } & import("react").SVGAttributes<SVGElement> & import("react").RefAttributes<SVGSVGElement>, "ref"> & { ref?: ((instance: SVGSVGElement | null) => void) | import("react").RefObject<SVGSVGElement> | null | undefined; }, never>> & string & Omit<import("react").ForwardRefExoticComponent<{ size?: import("@procore/core-icons/dist/Icon").IconSize | undefined; } & import("react").SVGAttributes<SVGElement> & import("react").RefAttributes<SVGSVGElement>>, keyof import("react").Component<any, {}, any>>; export declare const StyledFormFieldBanner: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string; /** @deprecated The traditional field layout is deprecated */ export declare const StyledTraditionalFormColumn: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, { $fullWidth?: boolean | undefined; $output?: boolean | undefined; }>> & string; export declare const StyledFormOutputTextArea: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string; export declare const StyledFormOutputFiledset: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>, never>> & string; export declare const StyledFormRow: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, { /** @deprecated The traditional field layout is deprecated */ $traditional?: boolean | undefined; $read?: boolean | undefined; }>> & string; export declare const formWrapper: import("styled-components").RuleSet<object>; export declare const StyledForm: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;