UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

4 lines (3 loc) 185 B
/// <reference types="react" /> import { IVerticalDividerProps } from './VerticalDivider.types'; export declare const VerticalDivider: (props: IVerticalDividerProps) => JSX.Element;