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