UNPKG

enchoice-fabric-react-lib

Version:

This project was created to integrate Microsoft Fabric React

4 lines (3 loc) 183 B
/// <reference types="react" /> import { IDummyComponentProps } from './DummyComponent.types'; export declare const DummyComponent: React.StatelessComponent<IDummyComponentProps>;