UNPKG

@snowflake-so/safe-apps-provider

Version:

A React library provides Provider, Context API and hooks to support Snowflake Safe Apps integration.

3 lines (2 loc) 101 B
import { SafeContextState } from '../context'; export declare const useSafe: () => SafeContextState;