@elcrm/telegram 0.0.117 → 0.0.119
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 -0
- package/dist/index.es.js +424 -408
- package/dist/index.umd.js +14 -14
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ export declare const clsx: (...classes: (string | undefined | boolean | null)[])
|
|
|
15
15
|
declare namespace Telegram {
|
|
16
16
|
const WebApp: any;
|
|
17
17
|
const getUser: () => any;
|
|
18
|
+
const Location: (callback: (locationData: any) => void) => void;
|
|
18
19
|
/**
|
|
19
20
|
* Объект для отображения уведомлений с поддержкой тем оформления и хаптик-отклика.
|
|
20
21
|
*
|
|
@@ -174,6 +175,7 @@ export declare const SidePanel: typeof _SidePanel;
|
|
|
174
175
|
export declare const Scroll: typeof _Scroll;
|
|
175
176
|
export declare const AppBar: typeof _AppBar;
|
|
176
177
|
export declare const Sidebar: typeof _Sidebar;
|
|
178
|
+
export declare const Location: (callback: (locationData: any) => void) => void;
|
|
177
179
|
export declare const SidePanelController: (name: string, action: boolean) => void;
|
|
178
180
|
export declare const Header: () => import("react/jsx-runtime").JSX.Element, toggleBottomSheet: () => void, Modal: typeof _Modal, MainButton: {
|
|
179
181
|
callback: never[];
|