UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

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