minerva-plexus-csd 1.1.3 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -2
- package/dist/minerva-plexus-csd.es.js +1182 -1179
- package/dist/minerva-plexus-csd.umd.js +26 -26
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -294,9 +294,9 @@ export declare const setApiConfig: (config: {
|
|
|
294
294
|
|
|
295
295
|
export declare const setAssetsBasePath: (path: string) => void;
|
|
296
296
|
|
|
297
|
-
export declare const TicketingComponent: default_2.FC<
|
|
297
|
+
export declare const TicketingComponent: default_2.FC<TicketingComponentProps>;
|
|
298
298
|
|
|
299
|
-
declare interface
|
|
299
|
+
declare interface TicketingComponentProps {
|
|
300
300
|
selectedConversationId: string | undefined;
|
|
301
301
|
serviceTicketingNoUSer: boolean;
|
|
302
302
|
}
|