Answers for "allow specific string in type"

0

allow specific string in type

interface AnimationOptions {
  deltaX: number;
  deltaY: number;
  easing: "ease-in" | "ease-out" | "ease-in-out";
}
Posted by: Guest on June-19-2021

Code answers related to "allow specific string in type"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language