we-insights-react-native
Version:
[we-insights] is a powerful utility library designed to streamline data collection processes for WeApp employees. It simplifies the process of gathering, storing, and managing data within WeApp projects, making it an invaluable tool for enhancing efficien
14 lines • 315 B
TypeScript
import React from 'react';
interface ButtonsStyle {
backgroundColor?: string;
textColor?: string;
fontFamily?: string;
}
interface Props {
text: string;
onPress: () => void;
style?: ButtonsStyle;
}
export declare const Button: React.FC<Props>;
export {};
//# sourceMappingURL=Button.d.ts.map