UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

4 lines (3 loc) 181 B
/// <reference types="react" /> import { IScrollablePaneProps } from './ScrollablePane.types'; export declare const ScrollablePane: (props: IScrollablePaneProps) => JSX.Element;