UNPKG

@primer/react-brand

Version:

Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.

6 lines 284 B
import { RefObject } from 'react'; export declare const useTextRevealAnimationLines: (text?: string, providedRef?: RefObject<HTMLElement | null>) => { ref: RefObject<HTMLElement | null>; lines: string[] | undefined; }; //# sourceMappingURL=useTextRevealAnimationLines.d.ts.map