5 lines
304 B
JavaScript
5 lines
304 B
JavaScript
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
|