UNPKG

518 BJavaScriptView Raw
1import { styled } from '../../Utilities';
2import { PivotBase } from './Pivot.base';
3import { getStyles } from './Pivot.styles';
4/**
5 * The Pivot control and related tabs pattern are used for navigating frequently accessed,
6 * distinct content categories. Pivots allow for navigation between two or more content
7 * views and relies on text headers to articulate the different sections of content.
8 */
9export var Pivot = styled(PivotBase, getStyles, undefined, {
10 scope: 'Pivot',
11});
12//# sourceMappingURL=Pivot.js.map
\No newline at end of file