UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

3 lines (2 loc) 186 B
import { IScrollablePaneStyleProps, IScrollablePaneStyles } from './ScrollablePane.types'; export declare const getStyles: (props: IScrollablePaneStyleProps) => IScrollablePaneStyles;