@flopflip/types
Advanced tools
Comparing version 4.1.25 to 4.1.26
import { type LDClient as TLDClient, type LDOptions as TLDOptions, type LDUser } from 'launchdarkly-js-client-sdk'; | ||
import React from 'react'; | ||
import type React from 'react'; | ||
export declare type TFlagName = string; | ||
@@ -4,0 +4,0 @@ export declare type TFlagVariation = boolean | string | number | Record<string, unknown> | unknown[]; |
{ | ||
"name": "@flopflip/types", | ||
"version": "4.1.25", | ||
"version": "4.1.26", | ||
"description": "Type definitions for flipflop", | ||
@@ -34,3 +34,3 @@ "main": "dist/flopflip-types.cjs.js", | ||
"devDependencies": { | ||
"typescript": "4.7.4" | ||
"typescript": "4.8.2" | ||
}, | ||
@@ -37,0 +37,0 @@ "peerDependencies": { |
21394