diff --git a/jquery/jquery.d.ts b/jquery/jquery.d.ts index 6e78b9913..b9775576e 100644 --- a/jquery/jquery.d.ts +++ b/jquery/jquery.d.ts @@ -378,7 +378,7 @@ interface JQuery { html(htmlString: string): JQuery; html(htmlContent: (index: number, oldhtml: string) => string): JQuery; - prop(propertyName: string): any; + prop(propertyName: string): string; prop(propertyName: string, value: any): JQuery; prop(map: any): JQuery; prop(propertyName: string, func: (index: any, oldPropertyValue: any) => any): JQuery;