@service_laboratory/ui 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/ui.d.ts CHANGED
@@ -61,6 +61,10 @@ export declare function FormLabel({ className, ...props }: React_2.ComponentProp
61
61
 
62
62
  export declare function FormMessage({ className, ...props }: React_2.ComponentProps<"p">): JSX.Element | null;
63
63
 
64
+ export declare function Input({ className, type, ...props }: React_2.ComponentProps<"input">): JSX.Element;
65
+
66
+ export declare function Label({ className, ...props }: React_2.ComponentProps<typeof LabelPrimitive.Root>): JSX.Element;
67
+
64
68
  export declare const useFormField: () => {
65
69
  invalid: boolean;
66
70
  isDirty: boolean;