Files
Fluxup_PAP/node_modules/expo-router/build/native-tabs/utils/label.d.ts
2026-03-10 16:18:05 +00:00

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