chore: fixing the return type in the api-report
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -42,7 +42,7 @@ export function createNextScaffolderFieldExtension<
|
||||
TInputProps extends UIOptionsType = {},
|
||||
>(
|
||||
options: NextFieldExtensionOptions<TReturnValue, TInputProps>,
|
||||
): Extension<NextFieldExtensionComponentProps<TReturnValue, TInputProps>>;
|
||||
): Extension<FieldExtensionComponent<TReturnValue, TInputProps>>;
|
||||
|
||||
// @public
|
||||
export function createScaffolderFieldExtension<
|
||||
|
||||
Reference in New Issue
Block a user