@rapido/components
Version:
Library of common primitive components used in Rapido apps.
11 lines (10 loc) • 569 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 { TouchableNativeFeedbackProps } from './types';
declare const TouchableNativeFeedback: import("react").MemoExoticComponent<import("styled-components").StyledComponent<typeof import("react-native").TouchableNativeFeedback, import("styled-components").DefaultTheme, TouchableNativeFeedbackProps, never>>;
export default TouchableNativeFeedback;