UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

9 lines 284 B
/** * Track control information * * @param componentName * @param properties */ export declare function track(componentName: string, properties?: any): void; export declare const useTelemetry: (componentName: string, properties?: any) => void; //# sourceMappingURL=index.d.ts.map