Skip to content

Commit 8053e21

Browse files
committed
lint
Signed-off-by: William Chou <[email protected]>
1 parent 1e1d210 commit 8053e21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react/src/provider/use-open-feature-client-status.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ import { useEffect, useState } from 'react';
22
import { useOpenFeatureClient } from './use-open-feature-client';
33
import { ProviderStatus } from '@openfeature/web-sdk';
44
import { ProviderEvents } from '@openfeature/web-sdk';
5-
import { ReactFlagEvaluationOptions } from '../common';
5+
import type { ReactFlagEvaluationOptions } from '../common';
66
import { DEFAULT_OPTIONS, useProviderOptions, normalizeOptions, suspendUntilReady } from '../common';
77

88
type Options = Pick<ReactFlagEvaluationOptions, 'suspendUntilReady'>
99

1010
/**
1111
* Get the {@link ProviderStatus} for the OpenFeatureClient.
12+
* @param options
1213
* @returns {ProviderStatus} status of the client for this scope
1314
*/
1415
export function useOpenFeatureClientStatus(options?: Options) {

0 commit comments

Comments
 (0)