UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

5 lines 308 B
import { styled } from '../../Utilities'; import { ScrollablePaneBase } from './ScrollablePane.base'; import { getStyles } from './ScrollablePane.styles'; export var ScrollablePane = styled(ScrollablePaneBase, getStyles, undefined, { scope: 'ScrollablePane' }); //# sourceMappingURL=ScrollablePane.js.map