UNPKG

@primer/react-brand

Version:

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

6 lines (5 loc) 227 B
import { RefObject } from 'react'; export declare const useTextRevealAnimationLines: (text?: string, providedRef?: RefObject<HTMLElement | null>) => { ref: RefObject<HTMLElement | null>; lines: string[] | undefined; };