UNPKG

enchoice-fabric-react-lib

Version:

This project was created to integrate Microsoft Fabric React

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