UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

12 lines (11 loc) 338 B
import { default as React } from 'react'; export declare const getLDProgramContext: (programId: string) => { kind: string; key: string; }; interface ProviderProps { programId: string; children: React.ReactNode; } export declare const FlagProvider: ({ programId, children }: ProviderProps) => React.JSX.Element; export {};