Integration App React - v2.21.0
    Preparing search index...

    Variable TagConst

    Tag: ForwardRefExoticComponent<
        Omit<IBasicTagProps, "ref"> & RefAttributes<HTMLSpanElement>,
    > & {
        SvgIcon: (
            __namedParameters: { type: SvgIconType; className?: string },
        ) => Element;
        Image: (__namedParameters: ImgHTMLAttributes<HTMLImageElement>) => Element;
        ConfigButton: (
            __namedParameters: {
                error?: boolean;
                icon?: SvgIconType;
                onClick: any;
            },
        ) => Element;
        Lookup: (__namedParameters: PropsWithChildren<ILookupTagProps>) => Element;
    } = ...