PHP Classes

File: FrontEndScripts/typings/bootstrap/bootstrap-spinedit.d.ts

Recommend this page to a friend!
  Classes of Aleksey Nemiro   PHP Small Server Administrator   FrontEndScripts/typings/bootstrap/bootstrap-spinedit.d.ts   Download  
File: FrontEndScripts/typings/bootstrap/bootstrap-spinedit.d.ts
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Small Server Administrator
Web panel for small Debian and Ubuntu servers
Author: By
Last change:
Date: 7 years ago
Size: 381 bytes
 

Contents

Class file image Download
?// Type definitions for bootstrap-spinedit v1.0.0 // Project: https://github.com/scyv/bootstrap-spinedit // Definitions by: Aleksey Nemiro <https://github.com/alekseynemiro> interface BootstrapSpinedit { } interface JQueryStatic { spinedit: BootstrapSpinedit; } interface JQuery { /** * Initializes Bootstrap Spinedit. */ spinedit(options?: any): JQuery; }