We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92714f commit 72ffa4eCopy full SHA for 72ffa4e
src/react/konsta-react.d.ts
@@ -22,7 +22,7 @@ interface KonstaProviderProps {
22
*/
23
touchRipple?: boolean;
24
}
25
-declare const KonstaProvider: React.FunctionComponent<KonstaProviderProps>;
+declare const KonstaProvider: React.FunctionComponent<React.PropsWithChildren<KonstaProviderProps>>;
26
27
// HELPERS
28
declare const useTheme: () => 'material' | 'ios';
0 commit comments