@highoutput/hds-forms
Advanced tools
Comparing version 0.4.3 to 0.4.4
{ | ||
"name": "@highoutput/hds-forms", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -8,3 +8,3 @@ import * as React from 'react'; | ||
}; | ||
declare type RenderOption<T extends Option> = (item: T) => JSX.Element; | ||
export declare type RenderOption<T extends Option> = (item: T) => JSX.Element; | ||
declare type SelectFieldBaseProps<T extends Option> = { | ||
@@ -19,2 +19,3 @@ name?: string; | ||
renderOption?: RenderOption<T>; | ||
renderValue?: RenderOption<T>; | ||
__fieldTestId?: string; | ||
@@ -21,0 +22,0 @@ __optionTestId?: string | ((item: T) => string); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
225546
7228
0