UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

7 lines (6 loc) 173 B
import * as React from 'react'; import { IPanelProps } from './Panel.types'; /** * Panel description */ export declare const Panel: React.StatelessComponent<IPanelProps>;