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

22 lines 636 B
import React from 'react'; import type { IconItem } from './constants'; import type { Translations } from './FeedbackForm'; interface RatingStyle { backgroundColor: string; textColor: string; primaryFont: string; secondaryFont: string; iconTextColor: string; } interface Props { projectName: string; selectedIconIndex: number | null; setSelectedIconIndex: (_index: number | null) => void; isCustomTranslation: boolean; translations: Translations; style: RatingStyle; customIcons?: IconItem[]; } export declare const Rating: React.FC<Props>; export {}; //# sourceMappingURL=Rating.d.ts.map