UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

13 lines (11 loc) 339 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 {};