Skip to content

Commit

Permalink
updating the type of value in the interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Damans227 committed Nov 2, 2021
1 parent 137449a commit f520134
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { Input } from 'src/common/components';

interface HiddenControlsProps {
onChange: () => void;
value: string | number | Record<string, any> | boolean | any[] | Function;
value: 'string | number | readonly string[] | undefined';
}

export default function HiddenControl(props: HiddenControlsProps) {
Expand Down

0 comments on commit f520134

Please sign in to comment.