@ones-design/icons
Advanced tools
Comparing version 2.49.0-beta.0 to 2.49.0-beta.1
import { PropsWithChildren } from 'react'; | ||
import type { IconBaseProps, IconProps } from '../types/index'; | ||
declare type ConfigContextType = Omit<IconBaseProps, 'className' | 'style'>; | ||
declare type ConfigProviderProps = PropsWithChildren<ConfigContextType>; | ||
type ConfigContextType = Omit<IconBaseProps, 'className' | 'style'>; | ||
type ConfigProviderProps = PropsWithChildren<ConfigContextType>; | ||
declare const useConfigContext: (props: IconProps) => ConfigContextType & IconBaseProps & import("react").SVGProps<SVGSVGElement>; | ||
@@ -6,0 +6,0 @@ declare function ConfigProvider({ children, ...restProps }: ConfigProviderProps): JSX.Element; |
@@ -18,3 +18,3 @@ import type { CSSProperties, SVGProps } from 'react'; | ||
} | ||
declare type IconProps = IconBaseProps & SVGProps<SVGSVGElement>; | ||
type IconProps = IconBaseProps & SVGProps<SVGSVGElement>; | ||
export type { IconBaseProps, IconProps }; |
{ | ||
"name": "@ones-design/icons", | ||
"version": "2.49.0-beta.0", | ||
"version": "2.49.0-beta.1", | ||
"description": "ONES Design", | ||
@@ -59,3 +59,3 @@ "type": "module", | ||
}, | ||
"gitHead": "e17caccf4ab03cc645c8dde9478767cdb4d09206" | ||
"gitHead": "f8f131ffcdcb1443f616f9d6717ca9fcd341107d" | ||
} |
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
1653571