diff --git a/typeahead/typeahead.d.ts b/typeahead/typeahead.d.ts index 34ea565970..f847d3634d 100644 --- a/typeahead/typeahead.d.ts +++ b/typeahead/typeahead.d.ts @@ -159,7 +159,7 @@ declare module Twitter.Typeahead { * The associated suggestion object will serve as the context. * Defaults to the value of displayKey wrapped in a p tag i.e.
{{value}}
. */ - suggestion?: string; + suggestion?: (datum: any) => string; }