Update report.api.md
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
@@ -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<T> = {
|
||||
required?: boolean;
|
||||
};
|
||||
|
||||
// @public (undocumented)
|
||||
export const FieldError: ForwardRefExoticComponent<
|
||||
FieldErrorProps & RefAttributes<HTMLDivElement>
|
||||
>;
|
||||
|
||||
// @public (undocumented)
|
||||
export const FieldLabel: ForwardRefExoticComponent<
|
||||
FieldLabelProps & RefAttributes<HTMLDivElement>
|
||||
|
||||
Reference in New Issue
Block a user