UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

3 lines (2 loc) 168 B
import { ISuggestionsStyleProps, ISuggestionsStyles } from './Suggestions.types'; export declare function getStyles(props: ISuggestionsStyleProps): ISuggestionsStyles;