UNPKG

@deep-foundation/deeplinks

Version:

[![npm](https://img.shields.io/npm/v/@deep-foundation/deeplinks.svg)](https://www.npmjs.com/package/@deep-foundation/deeplinks) [![Gitpod](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/deep-fo

6 lines (5 loc) 227 B
import React from 'react'; export declare function useTokenController(defaultValue?: string): [string, (string: any) => string]; export declare const TokenProvider: ({ children }: { children?: any; }) => React.JSX.Element;