UNPKG

155 BTypeScriptView Raw
1import React from 'react';
2import { PressableProps } from './PressableProps';
3export default function Pressable(props: PressableProps): React.JSX.Element;