UNPKG

react-native-really-awesome-button

Version:

React Native Button UI component that renders an 60fps animated set of progress enabled 3D performant buttons.

6 lines (5 loc) 233 B
import Button from './Button'; import Themed from './themed/ThemedButton'; export declare const ThemedButton: typeof Themed; export declare const getTheme: (index?: number | null, name?: string | null) => any; export default Button;