File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,5 @@ export * from './components/components';
99export * from './components/providers/providers' ;
1010export * from './Providers' ;
1111export * from './providers/providers' ;
12+ export { TeamsHelper } from './utils/TeamsHelper' ;
1213export { prepScopes } from './utils/GraphHelpers' ;
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export class TeamsHelper {
3535 *
3636 * @readonly
3737 * @static
38- * @memberof TeamsProvider
38+ * @memberof TeamsHelper
3939 */
4040 public static get isAvailable ( ) : boolean {
4141 if ( ! this . microsoftTeamsLib ) {
@@ -57,7 +57,7 @@ export class TeamsHelper {
5757 * @static
5858 * @param {string } deeplink
5959 * @param {(status: boolean, reason?: string) => void } [onComplete]
60- * @memberof TeamsProvider
60+ * @memberof TeamsHelper
6161 */
6262 public static executeDeepLink ( deeplink : string , onComplete ?: ( status : boolean , reason ?: string ) => void ) : void {
6363 const teams = this . microsoftTeamsLib ;
You can’t perform that action at this time.
0 commit comments