MCPcopy
hub / github.com/DavidHDev/react-bits / FocusRect

Interface FocusRect

src/ts-tailwind/TextAnimations/TrueFocus/TrueFocus.tsx:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15interface FocusRect {
16 x: number;
17 y: number;
18 width: number;
19 height: number;
20}
21
22const TrueFocus: React.FC<TrueFocusProps> = ({
23 sentence = 'True Focus',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected