mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 21:48:24 +00:00
54c391cecd
* first commit * some corrections * added textfield to pass the parameters dinamically * implemented list to display external users * changing the UI style * fixed bug on the detail list * label name modified * Add files via upload * Delete upcoming-meetings-preview.png * Update README.md * some changes * added twitter and blog
8 lines
285 B
TypeScript
8 lines
285 B
TypeScript
// Type definitions for Microsoft ODSP projects
|
|
// Project: ODSP
|
|
|
|
/* Global definition for UNIT_TEST builds
|
|
Code that is wrapped inside an if(UNIT_TEST) {...}
|
|
block will not be included in the final bundle when the
|
|
--ship flag is specified */
|
|
declare const UNIT_TEST: boolean; |