1 | import { SegmentedBarItemBase, SegmentedBarBase } from './segmented-bar-common';
|
2 | export * from './segmented-bar-common';
|
3 | export declare class SegmentedBarItem extends SegmentedBarItemBase {
|
4 | _update(): void;
|
5 | }
|
6 | export declare class SegmentedBar extends SegmentedBarBase {
|
7 | nativeViewProtected: UISegmentedControl;
|
8 | private _selectionHandler;
|
9 | createNativeView(): UISegmentedControl;
|
10 | initNativeView(): void;
|
11 | disposeNativeView(): void;
|
12 | get ios(): UISegmentedControl;
|
13 | setSelectedTextColor(bar: UISegmentedControl): void;
|
14 | private getColorForIOS;
|
15 | }
|