Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: William Chou <[email protected]>
  • Loading branch information
wichopy committed Nov 10, 2024
1 parent 1e1d210 commit 8053e21
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ import { useEffect, useState } from 'react';
import { useOpenFeatureClient } from './use-open-feature-client';
import { ProviderStatus } from '@openfeature/web-sdk';
import { ProviderEvents } from '@openfeature/web-sdk';
import { ReactFlagEvaluationOptions } from '../common';
import type { ReactFlagEvaluationOptions } from '../common';
import { DEFAULT_OPTIONS, useProviderOptions, normalizeOptions, suspendUntilReady } from '../common';

type Options = Pick<ReactFlagEvaluationOptions, 'suspendUntilReady'>

/**
* Get the {@link ProviderStatus} for the OpenFeatureClient.
* @param options
* @returns {ProviderStatus} status of the client for this scope
*/
export function useOpenFeatureClientStatus(options?: Options) {
Expand Down

0 comments on commit 8053e21

Please sign in to comment.