UNPKG

304 BJavaScriptView Raw
1import { getStyles } from './ScrollablePane.styles';
2import { ScrollablePaneBase } from './ScrollablePane.base';
3import { styled } from '../../Utilities';
4export var ScrollablePane = styled(ScrollablePaneBase, getStyles, undefined, { scope: 'ScrollablePane' });
5//# sourceMappingURL=ScrollablePane.js.map
\No newline at end of file