UNPKG

@uifabric/experiments

Version:

Experimental React components for building experiences for Microsoft 365.

5 lines (4 loc) 296 B
import * as React from 'react'; import { ICollapsibleSectionProps } from './CollapsibleSection.types'; export declare const CollapsibleSection: React.FunctionComponent<ICollapsibleSectionProps>; export declare const CollapsibleSectionStateless: React.FunctionComponent<ICollapsibleSectionProps>;