UNPKG

taro-hooks

Version:
4 lines (3 loc) 107 B
import type { Page } from '@tarojs/taro'; declare function useFrom(): Page | null; export default useFrom;