UNPKG

@yandex/ui

Version:

Yandex UI components

3 lines (2 loc) 122 B
import { RefObject } from 'react'; export declare type Boundary = RefObject<HTMLElement> | Array<RefObject<HTMLElement>>;