TransitionStatusProps.ts 59 B

123
  1. export interface TransitionStatusProps {
  2. value: string
  3. }