Skip to content

Commit

Permalink
fix(picker): adds align to the PickerColumn interface
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Jun 27, 2016
1 parent 2303c16 commit b8551de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/picker/picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@ export interface PickerOptions {

export interface PickerColumn {
name?: string;
align?: string;
selectedIndex?: number;
prefix?: string;
suffix?: string;
Expand Down

0 comments on commit b8551de

Please sign in to comment.