@codeleap/types
Advanced tools
+2
-2
| { | ||
| "name": "@codeleap/types", | ||
| "version": "5.4.4", | ||
| "version": "5.4.5", | ||
| "main": "src/index.ts", | ||
@@ -12,3 +12,3 @@ "license": "UNLICENSED", | ||
| "devDependencies": { | ||
| "@codeleap/config": "5.4.4", | ||
| "@codeleap/config": "5.4.5", | ||
| "ts-node-dev": "1.1.8" | ||
@@ -15,0 +15,0 @@ }, |
+4
-1
@@ -0,1 +1,2 @@ | ||
| import { ReactNode } from 'react' | ||
| import { Prev } from './pathMapping' | ||
@@ -124,2 +125,4 @@ /* eslint-disable no-unused-vars */ | ||
| export type Option<T> = Options<T>[number] | ||
| export type Option<T> = Options<T>[number] | ||
| export type Label = string | ReactNode |
Sorry, the diff of this file is not supported yet
Explicitly Unlicensed Item
LicenseSomething was found which is explicitly marked as unlicensed.
Found 1 instance in 1 package
Explicitly Unlicensed Item
LicenseSomething was found which is explicitly marked as unlicensed.
Found 1 instance in 1 package
12479
0.6%427
0.47%