UNPKG

@uifabric/experiments

Version:

Experimental React components for building experiences for Office 365.

12 lines (11 loc) 324 B
/// <reference types="react" /> import * as React from 'react'; export interface IFileItem { name: string; iconName: string; } export declare class CollapsibleSectionRecursiveExample extends React.Component<{}, {}> { constructor(props: {}); render(): JSX.Element; private _randomFileIcon(); }