@flopflip/types
Advanced tools
Comparing version 3.0.5 to 3.0.6
# @flopflip/types | ||
## 3.0.6 | ||
### Patch Changes | ||
- [`23b4e4d`](https://github.com/tdeekens/flopflip/commit/23b4e4dd2713e7aff2062cba60bf0251692f78ad) [#1329](https://github.com/tdeekens/flopflip/pull/1329) Thanks [@tdeekens](https://github.com/tdeekens)! - fix: to simplify types of configure | ||
## 3.0.5 | ||
@@ -4,0 +10,0 @@ |
@@ -1,2 +0,2 @@ | ||
import type React from 'react'; | ||
/// <reference types="react" /> | ||
import type { LDClient as TLDClient } from 'launchdarkly-js-client-sdk'; | ||
@@ -147,4 +147,4 @@ import type { DeepReadonly } from 'ts-essentials'; | ||
}; | ||
export declare type TConfigureAdapterChildrenAsFunction = (args: Readonly<TConfigureAdapterChildrenAsFunctionArgs>) => React.ReactNode; | ||
export declare type TConfigureAdapterChildren = TConfigureAdapterChildrenAsFunction | React.ReactNode; | ||
export declare type TConfigureAdapterChildrenAsFunction = (args: Readonly<TConfigureAdapterChildrenAsFunctionArgs>) => JSX.Element; | ||
export declare type TConfigureAdapterChildren = TConfigureAdapterChildrenAsFunction | JSX.Element; | ||
export declare type TReconfigureAdapter = (adapterArgs: TAdapterArgs, options: Readonly<TAdapterReconfigurationOptions>) => void; | ||
@@ -151,0 +151,0 @@ export declare type TAdapterContext = { |
{ | ||
"name": "@flopflip/types", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"description": "Type definitions for flipflop", | ||
@@ -5,0 +5,0 @@ "main": "dist/flopflip-types.cjs.js", |
19682