+ it dev react typescript Typescript useState: SetState in Child with argument How can I pass down setState to a child component and use the c argument without a typescript error? Parent: Passing down setState export interface State { value1: string; value2: string; } wono | tweet Add comment Do you want to delete? YesNo