Fix API report
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user