Is there a JQuery UI layout interface for Typescript? Has one been written? I cannot find one and would like to avoid writing one myself.
1 Answer
Definitely Typed is the largest source for type definitions.
And they do indeed have a definition for jQuery UI.
And they will soon have a definition for jQuery UI Layout - although it is a basic version right now as I'm not familiar with the implementation.
3 Comments
thomaux
Steve, I could be wrong, but I believe the OP's referring to the jQuery UI Layout plugin, which I can't find a definition file for on the Definitely Typed repository
Tim
Thanks for the definition for jQuery UI, but this isn't the layout plugin as Anzeo has said.
Fenton
I have created a first draft of the definition, which will fix any errors you are getting. I haven't drilled in all the way to give you perfect typings, but it is a start: github.com/Steve-Fenton/DefinitelyTyped/blob/master/…