UNPKG

jotai

Version:

👻 Next gen state management that will spook you

7 lines (6 loc) • 193 B
import React from 'react'; import { AnyAtom, Scope } from './types'; export declare const Provider: React.FC<{ initialValues?: Iterable<readonly [AnyAtom, unknown]>; scope?: Scope; }>;