UNPKG

enchoice-fabric-react-lib

Version:

This project was created to integrate Microsoft Fabric React

4 lines (3 loc) 141 B
/// <reference types="react" /> import { IListProps } from './List.types'; export declare const List: (props: IListProps) => JSX.Element;