ui: add style to CardOwnProps

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
MT Lewis
2026-04-17 10:07:00 +01:00
parent 76759067a2
commit 7ea79b2ad4
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -793,6 +793,7 @@ export type CardOwnProps = Pick<
| 'target'
| 'rel'
| 'download'
| 'style'
>;
// @public
+1
View File
@@ -87,6 +87,7 @@ export type CardOwnProps = Pick<
| 'target'
| 'rel'
| 'download'
| 'style'
>;
/** @public */