UNPKG

184 BTypeScriptView Raw
1import * as React from 'react';
2import type { IScrollablePaneProps } from './ScrollablePane.types';
3export declare const ScrollablePane: React.FunctionComponent<IScrollablePaneProps>;