Guest User

Untitled

a guest
Jun 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. import { createStandardAction, ActionType, getType } from "typesafe-actions";
  2.  
  3.  
  4. export const updateInput = createStandardAction("UPDATE_INPUT")<{name : string,value : string}>();
Add Comment
Please, Sign In to add comment