update API reports for TypeScript 4.9
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -326,7 +326,7 @@ export type TemplateParameterSchema = {
|
||||
|
||||
// @public
|
||||
export const useCustomFieldExtensions: <
|
||||
TComponentDataType = FieldExtensionOptions,
|
||||
TComponentDataType = FieldExtensionOptions<unknown, unknown>,
|
||||
>(
|
||||
outlet: React.ReactNode,
|
||||
) => TComponentDataType[];
|
||||
|
||||
Reference in New Issue
Block a user