UNPKG

@telegram-apps/sdk

Version:

TypeScript Source Development Kit for Telegram Mini Apps client application.

10 lines (9 loc) 352 B
import { State } from './types.js'; /** * Complete biometry manager state. */ export declare const _state: import('@telegram-apps/signals').Signal<State>, state: import('@telegram-apps/signals').Computed<State>; /** * Signal indicating biometry is available. */ export declare const isAvailable: import('@telegram-apps/signals').Computed<boolean>;