UNPKG

139 BTypeScriptView Raw
1import { IPivotStyleProps, IPivotStyles } from './Pivot.types';
2export declare const getStyles: (props: IPivotStyleProps) => IPivotStyles;