Fix API report

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2025-01-15 16:41:00 +00:00
parent ec62f506b2
commit 6b5570a93a
2 changed files with 5 additions and 5 deletions
+4 -5
View File
@@ -182,8 +182,6 @@ export interface ContainerProps {
// @public (undocumented)
export type Display = 'none' | 'flex' | 'block' | 'inline';
// Warning: (ae-missing-release-tag) "Field" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export const Field: {
Root: React_2.ForwardRefExoticComponent<
@@ -207,10 +205,11 @@ export const Field: {
>;
Validity: ({
children,
className,
...props
}: React_2.ComponentPropsWithoutRef<
typeof Field_2.Validity
>) => React_2.JSX.Element;
}: Field_2.Validity.Props & {
className?: string | undefined;
}) => React_2.JSX.Element;
};
// @public (undocumented)
@@ -82,6 +82,7 @@ const FieldValidity = ({
</FieldPrimitive.Validity>
);
/** @public */
export const Field = {
Root: FieldRoot,
Label: FieldLabel,