UNPKG

@yandex/ui

Version:

Yandex UI components

12 lines (11 loc) 300 B
import React from 'react'; export declare class Default extends React.Component { state: { enabled: boolean; }; containerRef: React.RefObject<HTMLDivElement>; componentWillUnmount(): void; toggle: () => void; toggleScrollLock: () => void; render(): JSX.Element; }