mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-24 13:00:46 +08:00
11 lines
389 B
TypeScript
Executable File
11 lines
389 B
TypeScript
Executable File
/// <reference path="simplebar.d.ts"/>
|
|
/// <reference path="../jquery/jquery.d.ts"/>
|
|
|
|
// Type definitions for simplebar.js 1.1.7
|
|
// Project: https://github.com/Grsmto/simplebar
|
|
// Definitions by: Gregor Woiwode <https://github.com/gregonnet>
|
|
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
|
|
|
var simplebar = $.fn.simplebar.noConflict();
|
|
$.fn.simplebar = simplebar;
|