UNPKG

@tra-tech/react-native-kitra

Version:
15 lines (14 loc) 472 B
import React from 'react'; import { PressableProps } from 'react-native'; import type { ButtonProps, FCCWD } from '../../types'; export declare const Button: FCCWD<ButtonProps & PressableProps>; declare const _default: React.ForwardRefExoticComponent<ButtonProps & PressableProps & { theme?: { [index: string]: string; } | undefined; } & { typography?: any; } & { children?: React.ReactNode; } & React.RefAttributes<any>>; export default _default;