mirror of
https://github.com/billsonnn/nitro-react.git
synced 2025-01-31 18:32:36 +01:00
Add CreateLinkEvent
This commit is contained in:
parent
c572143268
commit
8be14aebb0
6
src/api/nitro/CreateLinkEvent.ts
Normal file
6
src/api/nitro/CreateLinkEvent.ts
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
import { GetNitroInstance } from './GetNitroInstance';
|
||||||
|
|
||||||
|
export function CreateLinkEvent(link: string): void
|
||||||
|
{
|
||||||
|
GetNitroInstance().createLinkEvent(link);
|
||||||
|
}
|
@ -1,6 +1,7 @@
|
|||||||
export * from './AddLinkEventTracker';
|
export * from './AddLinkEventTracker';
|
||||||
export * from './avatar';
|
export * from './avatar';
|
||||||
export * from './camera';
|
export * from './camera';
|
||||||
|
export * from './CreateLinkEvent';
|
||||||
export * from './GetCommunication';
|
export * from './GetCommunication';
|
||||||
export * from './GetConfiguration';
|
export * from './GetConfiguration';
|
||||||
export * from './GetConnection';
|
export * from './GetConnection';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user