mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(components): export PickerColumn and options. Fixes #7783
This commit is contained in:
@ -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';
|
||||
|
Reference in New Issue
Block a user