UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

7 lines (6 loc) 277 B
import { ITheme } from '../../Styling'; import { IVerticalDividerClassNames } from './VerticalDivider.types'; /** * @deprecated use getStyles exported from VerticalDivider.styles.ts */ export declare const getDividerClassNames: (theme: ITheme) => IVerticalDividerClassNames;