@rapido/components
Version:
Library of common primitive components used in Rapido apps.
11 lines (10 loc) • 474 B
TypeScript
/**
* Copyright (c) 2019-present Verum Technologies
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/// <reference types="react" />
import { TextProps } from './types';
declare const Text: import("react").MemoExoticComponent<import("styled-components").StyledComponent<typeof import("react-native").Text, import("styled-components").DefaultTheme, TextProps, never>>;
export default Text;