one
Version:
One is a new React Framework that makes Vite serve both native and web.
12 lines • 376 B
TypeScript
export declare const StyleSheet: {
create: <T extends Record<string, any>>(styles: T) => T;
flatten: (style: any) => any;
};
export declare const Platform: {
OS: string;
select: (obj: any) => any;
};
export declare const View = "View";
export declare const Text = "Text";
export declare const Pressable = "Pressable";
//# sourceMappingURL=react-native.d.ts.map