@rescui/ui-contexts
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -1,7 +0,8 @@ | ||
import { PropsWithChildren } from 'react'; | ||
import React from 'react'; | ||
import PropTypes from 'prop-types'; | ||
import { Theme } from './parts/theme-context'; | ||
export declare type ThemeProviderProps = PropsWithChildren<{ | ||
export declare type ThemeProviderProps = { | ||
theme: Theme; | ||
}>; | ||
children?: React.ReactNode; | ||
}; | ||
declare const ThemeProvider: { | ||
@@ -8,0 +9,0 @@ ({ theme, children }: ThemeProviderProps): JSX.Element; |
{ | ||
"name": "@rescui/ui-contexts", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "", | ||
@@ -24,3 +24,3 @@ "license": "Apache-2.0", | ||
"prop-types": "^15.7.2", | ||
"react": ">=16.8.0 <18" | ||
"react": ">=16.8.0 <19" | ||
}, | ||
@@ -33,3 +33,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "c87adfdebe07392a0aa67ce434ce465762d8fa95" | ||
"gitHead": "3fb96470654a814a47b84a55571b1454c69da15c" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
239
24309