UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

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