6 lines
282 B
TypeScript
6 lines
282 B
TypeScript
import type { NativeTabsLabelStyle, NativeTabsProps } from '../types';
|
|
export declare function convertLabelStylePropToObject(labelStyle: NativeTabsProps['labelStyle']): {
|
|
default?: NativeTabsLabelStyle;
|
|
selected?: NativeTabsLabelStyle;
|
|
};
|
|
//# sourceMappingURL=label.d.ts.map
|