From d8bbba866c830462ff6b05afc4922030a5a93b69 Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Mon, 23 Jun 2025 14:58:56 +0100 Subject: [PATCH] Update report.api.md Signed-off-by: Charles de Dreuille --- packages/canon/report.api.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/canon/report.api.md b/packages/canon/report.api.md index fa78728506..1b1e465a61 100644 --- a/packages/canon/report.api.md +++ b/packages/canon/report.api.md @@ -14,7 +14,6 @@ import { Context } from 'react'; import type { CSSProperties } from 'react'; import type { ElementType } from 'react'; import { FC } from 'react'; -import { FieldErrorProps } from 'react-aria-components'; import { FocusEvent as FocusEvent_2 } from 'react'; import { ForwardRefExoticComponent } from 'react'; import { HTMLAttributes } from 'react'; @@ -389,11 +388,6 @@ export type EnumPropDef = { required?: boolean; }; -// @public (undocumented) -export const FieldError: ForwardRefExoticComponent< - FieldErrorProps & RefAttributes ->; - // @public (undocumented) export const FieldLabel: ForwardRefExoticComponent< FieldLabelProps & RefAttributes