UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

3 lines (2 loc) 196 B
import { IMarqueeSelectionStyleProps, IMarqueeSelectionStyles } from './MarqueeSelection.types'; export declare const getStyles: (props: IMarqueeSelectionStyleProps) => IMarqueeSelectionStyles;