UNPKG

@eslam-elmeniawy/react-native-common-components

Version:

Common `ReactNative` components packed in library for usage in projects.

7 lines 251 B
import type { MD3Theme } from 'react-native-paper'; /** * Mock MD3Theme for testing purposes. * @internal For testing purposes only. Do not use in production code. */ export declare const mockTheme: MD3Theme; //# sourceMappingURL=mockTheme.d.ts.map