UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

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