UNPKG

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

20 lines 605 B
import React from 'react'; import type { Translations } from './FeedbackForm'; interface CheckboxStyle { checkedBorderColor: string; uncheckedBorderColor: string; checkedBackgroundColor: string; uncheckedBackgroundColor: string; checkmarkColor: string; textColor: string; fontFamily: string; } interface Props { isChecked: boolean; onChangeCheck: (_isChecked: boolean) => void; style: CheckboxStyle; translations: Translations; } export declare const ContactPermissionCheckbox: React.FC<Props>; export {}; //# sourceMappingURL=ContactPermissionCheckbox.d.ts.map