We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50dc9fe commit 8bdc564Copy full SHA for 8bdc564
src/ReactUnipika/ReactUnipikaBase.tsx
@@ -46,8 +46,8 @@ interface WithReactUnipikaBaseProps<P extends ReactUnipikaCommonProps> {
46
47
export function withReactUnipikaBase<P extends ReactUnipikaCommonProps>(
48
config: WithReactUnipikaBaseProps<P>,
49
-) {
50
- return function ReactUnipikaBaseComponent(props: P) {
+): React.FC<P> {
+ return function ReactUnipikaBaseComponent(props: P): React.ReactNode {
51
const {
52
value,
53
settings = defaultUnipikaSettings,
0 commit comments