UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

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