UNPKG

taro-hooks

Version:
12 lines (11 loc) 304 B
import { Current } from '@tarojs/taro'; import type { Page } from '@tarojs/taro'; export type TypeCurrent = typeof Current; declare function usePage(scope?: string): [ stackLength: number, Instance: { pageInstance: TypeCurrent; pageStack: Page[]; } ]; export default usePage;