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 @@ -30,7 +30,7 @@ import { Actions } from 'framework7/types';
3030 onActionsClose? : (instance?: Actions.Actions) => void
3131 onActionsClosed? : (instance?: Actions.Actions) => void
3232 containerEl? : string | object
33- ref?: React.MutableRefObject<{el: HTMLElement | null; f7Actions: () => Actions}>;
33+ ref?: React.MutableRefObject<{el: HTMLElement | null; f7Actions: () => Actions.Actions }>;
3434 COLOR_PROPS
3535*/
3636
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ import { Range } from 'framework7/types';
3636 COLOR_PROPS
3737 onRangeChange? : (val?: any) => void
3838 onRangeChanged? : (val?: any) => void
39- ref?: React.MutableRefObject<{el: HTMLElement | null; f7Range: () => Range.Rage }>;
39+ ref?: React.MutableRefObject<{el: HTMLElement | null; f7Range: () => Range.Range }>;
4040*/
4141
4242const Range = forwardRef ( ( props , ref ) => {
You can’t perform that action at this time.
0 commit comments