@antoniobenincasa/ui 0.0.3 → 0.1.0

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/index.d.ts CHANGED
@@ -12,6 +12,20 @@ export declare const buttonVariants: (props?: ({
12
12
  size?: "default" | "sm" | "lg" | "icon" | null | undefined;
13
13
  } & ClassProp) | undefined) => string;
14
14
 
15
+ export declare function Card({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
16
+
17
+ export declare function CardAction({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
18
+
19
+ export declare function CardContent({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
20
+
21
+ export declare function CardDescription({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
22
+
23
+ export declare function CardFooter({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
24
+
25
+ export declare function CardHeader({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
26
+
27
+ export declare function CardTitle({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
28
+
15
29
  export declare function Input({ className, type, ...props }: React_2.ComponentProps<"input">): JSX.Element;
16
30
 
17
31
  export { }