chore(components): export PickerColumn and options. Fixes #7783

This commit is contained in:
Max Lynch
2016-08-22 20:12:44 -05:00
parent cc2359b2c8
commit 7b60e9c601

View File

@ -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';