UNPKG

@navinc/base-react-components

Version:
19 lines (18 loc) 541 B
export function LaunchDarklyProvider({ clientSideID, user, children, LoadingContent, onTimeout }: { clientSideID: any; user: any; children: any; LoadingContent: any; onTimeout?: (() => void) | undefined; }): JSX.Element; export function useLaunchDarkly(): { flags: any; isLoading: any; isInitialized: any; trackMetric: any; trackOfferReferral: any; whichVariation: any; ldclient: any; hasProvider: boolean; }; export function withLaunchDarkly(Component: any): (props: any) => JSX.Element;