MCPcopy Create free account
hub / github.com/WinterCore/react-text-transition / TextTransitionProps

Interface TextTransitionProps

src/components/TextTransition.tsx:73–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71};
72
73interface TextTransitionProps {
74 readonly direction?: "up" | "down";
75 readonly inline?: boolean;
76 readonly delay?: number;
77 readonly springConfig?: SpringConfig;
78 readonly className?: string;
79 readonly style?: React.CSSProperties;
80 readonly children: React.ReactNode;
81}
82
83TextTransition.propTypes = {
84 direction: PropTypes.oneOf(["up", "down"]),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…