@pepperdash/mobile-control-react-app-core 1.22.5-selector-updates.2 → 1.22.6-volume-hook-fix.1
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.
|
@@ -13,5 +13,8 @@ export interface IBasicVolumeWithFeedbackReturn extends IBasicVolumeReturn {
|
|
|
13
13
|
muteOn: () => void;
|
|
14
14
|
muteOff: () => void;
|
|
15
15
|
}
|
|
16
|
+
/**
|
|
17
|
+
* @deprecated use useIBasicVolumeWithFeedback instead
|
|
18
|
+
*/
|
|
16
19
|
export declare function useGetIBasicVolumeWithFeedback(path: string, volumeState: Volume | undefined): IBasicVolumeWithFeedbackReturn | undefined;
|
|
17
20
|
//# sourceMappingURL=useIBasicVolumeWithFeedback.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useIBasicVolumeWithFeedback.d.ts","sourceRoot":"","sources":["../../../../src/lib/shared/hooks/interfaces/useIBasicVolumeWithFeedback.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useIBasicVolumeWithFeedback.d.ts","sourceRoot":"","sources":["../../../../src/lib/shared/hooks/interfaces/useIBasicVolumeWithFeedback.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC,OAAO,EAAE,kBAAkB,EAAmB,MAAM,mBAAmB,CAAC;AAExE;;;;;GAKG;AACH,wBAAgB,2BAA2B,CACzC,IAAI,EAAE,MAAM,EACZ,WAAW,EAAE,MAAM,GAAG,SAAS,GAC9B,8BAA8B,GAAG,SAAS,CA6B5C;AAED,MAAM,WAAW,8BAA+B,SAAQ,kBAAkB;IACxE,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AACD;;GAEG;AACH,wBAAgB,8BAA8B,CAC5C,IAAI,EAAE,MAAM,EACZ,WAAW,EAAE,MAAM,GAAG,SAAS,GAC9B,8BAA8B,GAAG,SAAS,CA4B5C"}
|