UNPKG

456 BTypeScriptView Raw
1import * as React from 'react';
2import { StyleProp, Text as NativeText, TextStyle } from 'react-native';
3import type { MD2Theme } from 'src/types';
4declare type Props = React.ComponentProps<typeof NativeText> & {
5 style?: StyleProp<TextStyle>;
6 /**
7 * @optional
8 */
9 theme?: MD2Theme;
10};
11declare const _default: import("../../../utils/forwardRef").ForwardRefComponent<{}, Props>;
12export default _default;
13//# sourceMappingURL=Text.d.ts.map
\No newline at end of file