UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

4 lines (3 loc) 234 B
import type { IOverflowSetStyles, IOverflowSetStyleProps } from './OverflowSet.types'; import type { IStyleFunction } from '../../Utilities'; export declare const getStyles: IStyleFunction<IOverflowSetStyleProps, IOverflowSetStyles>;