@bit-sun/business-component 2.0.39-alpha.0 → 2.0.39-alpha.2

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.
@@ -11,12 +11,3 @@ export declare function handleUserPhone(): any;
11
11
  export declare const setLoginOutPath: () => void;
12
12
  export declare const getBreadcrumbNameMap: (menuData: any) => {};
13
13
  export declare const ergodicMenuRoutes: (routes: any) => any[];
14
- export declare const socketFunctions: {
15
- /**
16
- * 请求打印机列表demo
17
- * */
18
- getPrinterList: (socket: any) => void;
19
- getRequestObject: (cmd: any) => Object;
20
- getUUID: (len: any, radix: any) => string;
21
- doSalesPrint: (socket: WebSocket, data: [], printer: string, array: any, type: string) => void;
22
- };