Circle V2 API Docs
    Preparing search index...

    Variable FieldConst

    Field: ForwardRefExoticComponent<
        Omit<FieldRootProps, "label"> & {
            errorText?: ReactNode;
            helperText?: ReactNode;
            label?: ReactNode;
            optionalText?: ReactNode;
        } & RefAttributes<HTMLDivElement>,
    > & {
        ErrorText: ForwardRefExoticComponent<
            FieldErrorTextProps & RefAttributes<HTMLDivElement>,
        >;
        HelperText: ForwardRefExoticComponent<
            FieldHelperTextProps & RefAttributes<HTMLDivElement>,
        >;
        Label: ForwardRefExoticComponent<
            FieldLabelProps & RefAttributes<HTMLLabelElement>,
        >;
        RequiredIndicator: ForwardRefExoticComponent<
            FieldRequiredIndicatorProps & RefAttributes<HTMLSpanElement>,
        >;
        Root: ForwardRefExoticComponent<
            FieldRootProps & RefAttributes<HTMLDivElement>,
        >;
    } = ...