UNPKG

@redocly/theme

Version:

Shared UI components lib

2 lines (1 loc) 125 B
export declare function useIsTruncated<T extends HTMLElement>(content: string | null): [React.RefObject<T | null>, boolean];