Skip to content

Commit

Permalink
Update src/lib/components/Card/Card.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Levin Keller <post@levinkeller.de>
  • Loading branch information
rluders and levino authored May 17, 2023
1 parent cc251f5 commit 1c5f2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Card/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export type CardProps =
| {
/** Allows to provide a custom render function for the image component. Useful in Next.JS and Gatsby. **Setting this will disable `imgSrc` and `imgAlt`**.
*/
renderImage?: (config: { theme: DeepPartial<FlowbiteCardTheme>; horizontal: boolean }) => JSX.Element;
renderImage?: (theme: DeepPartial<FlowbiteCardTheme>, horizontal: boolean) => JSX.Element;
imgAlt?: never;
imgSrc?: never;
}
Expand Down

0 comments on commit 1c5f2c5

Please sign in to comment.