UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

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