Skip to content

Commit 0eb66fa

Browse files
committed
Updates
1 parent 9a02396 commit 0eb66fa

File tree

15 files changed

+7537
-7535
lines changed

15 files changed

+7537
-7535
lines changed

Card.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { type ReactNode, type CSSProperties, DetailedHTMLProps, ImgHTMLAttributes } from "react";
1+
import React, { type ReactNode, type CSSProperties, type DetailedHTMLProps, type ImgHTMLAttributes } from "react";
22
import type { FrIconClassName, RiIconClassName } from "./fr/generatedFromCss/classNames";
33
import type { RegisteredLinkProps } from "./link";
44
export type CardProps = {
@@ -25,6 +25,7 @@ export type CardProps = {
2525
grey?: boolean;
2626
classes?: Partial<Record<"root" | "title" | "card" | "link" | "body" | "content" | "desc" | "header" | "img" | "imgTag" | "start" | "detail" | "end" | "endDetail" | "badge" | "footer", string>>;
2727
style?: CSSProperties;
28+
nativeDivProps?: DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
2829
} & (CardProps.EnlargedLink | CardProps.NotEnlargedLink) & (CardProps.Horizontal | CardProps.Vertical) & (CardProps.WithImageLink | CardProps.WithImageComponent | CardProps.WithoutImage);
2930
export declare namespace CardProps {
3031
type EnlargedLink = {

Card.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Card.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)