UNPKG

@i-novus/ui-core

Version:

Базовые UI компоненты

9 lines (8 loc) 296 B
/// <reference types="react" /> type FocusTrapProps = { initialFocusableSelector?: string; }; export declare const FocusTrap: import("react").ForwardRefExoticComponent<FocusTrapProps & { children?: import("react").ReactNode; } & import("react").RefAttributes<HTMLDivElement>>; export {};