UNPKG

@uifabric/experiments

Version:

Experimental React components for building experiences for Office 365.

4 lines (3 loc) 246 B
import { ISlottableComponentType } from '../../Foundation'; import { ICollapsibleSectionTitleProps } from './CollapsibleSectionTitle.types'; export declare const CollapsibleSectionTitle: ISlottableComponentType<ICollapsibleSectionTitleProps>;