3 lines
144 B
TypeScript
3 lines
144 B
TypeScript
import type { IPivotStyleProps, IPivotStyles } from './Pivot.types';
|
|
export declare const getStyles: (props: IPivotStyleProps) => IPivotStyles;
|