Skip to content

Commit

Permalink
chore(components): export PickerColumn and options. Fixes #7783
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Aug 23, 2016
1 parent cc2359b commit 7b60e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components.ts
Expand Up @@ -38,7 +38,7 @@ export { ViewController } from './components/nav/view-controller';
export { Navbar, NavbarTemplate } from './components/navbar/navbar';
export { Option } from './components/option/option';
export { Picker, PickerController } from './components/picker/picker';
export { PickerOptions } from './components/picker/picker-options';
export { PickerOptions, PickerColumn, PickerColumnOption } from './components/picker/picker-options';
export { Popover, PopoverController } from './components/popover/popover';
export { PopoverOptions } from './components/popover/popover-options';
export { RadioButton } from './components/radio/radio-button';
Expand Down

0 comments on commit 7b60e9c

Please sign in to comment.