Skip to content

Instantly share code, notes, and snippets.

View activebiz's full-sized avatar

Preyash Desai activebiz

  • United Kingdom, India
View GitHub Profile
@activebiz
activebiz / BootstrapV3DatetimePicker.d.ts
Last active December 15, 2015 09:57
Using bootstrap datetimepicker in aurelia (element) using typescript
/**
* Extension Types for the BootstrapV3DatetimePicker tsd files
* Thanks to : https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/bootstrap.v3.datetimepicker
*/
/// <reference path="../../jquery/jquery.d.ts"/>
/// <reference path="../../moment/moment.d.ts"/>
declare module BootstrapV3DatetimePicker {
interface DatetimepickerChangeEventObject extends DatetimepickerEventObject {