File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -566,7 +566,7 @@ export function useNumericFormat<BaseType = InputAttributes>(
566566
567567export default function NumericFormat < BaseType = InputAttributes > (
568568 props : NumericFormatProps < BaseType > ,
569- ) {
569+ ) : React . ReactElement {
570570 const numericFormatProps = useNumericFormat ( props ) ;
571571
572572 return < NumberFormatBase { ...numericFormatProps } /> ;
Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ export function usePatternFormat<BaseType = InputAttributes>(
265265
266266export default function PatternFormat < BaseType = InputAttributes > (
267267 props : PatternFormatProps < BaseType > ,
268- ) {
268+ ) : React . ReactElement {
269269 const patternFormatProps = usePatternFormat ( props ) ;
270270
271271 return < NumberFormatBase { ...patternFormatProps } /> ;
You can’t perform that action at this time.
0 commit comments