UNPKG

@uifabric/experiments

Version:

Experimental React components for building experiences for Office 365.

5 lines (4 loc) 302 B
/// <reference types="react" /> import { ICollapsibleSectionProps } from './CollapsibleSection.types'; export declare const CollapsibleSection: React.StatelessComponent<ICollapsibleSectionProps>; export declare const CollapsibleSectionStateless: React.StatelessComponent<ICollapsibleSectionProps>;