Skip to content

Commit

Permalink
Export interface for d.ts generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleeckx committed Jun 30, 2016
1 parent f2a6978 commit bebba45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebComponents/DatePicker/date-picker.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace Vidyano.WebComponents {
"use strict";

interface IDatePickerCell {
export interface IDatePickerCell {
type: string;
content?: string;
date?: moment.Moment;
Expand Down

0 comments on commit bebba45

Please sign in to comment.