UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

6 lines (5 loc) 186 B
import { IVerticalDividerProps } from './VerticalDivider.types'; export declare const VerticalDividerBase: { (props: IVerticalDividerProps): JSX.Element; displayName: string; };