ui: add style to CardOwnProps
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
@@ -793,6 +793,7 @@ export type CardOwnProps = Pick<
|
||||
| 'target'
|
||||
| 'rel'
|
||||
| 'download'
|
||||
| 'style'
|
||||
>;
|
||||
|
||||
// @public
|
||||
|
||||
@@ -87,6 +87,7 @@ export type CardOwnProps = Pick<
|
||||
| 'target'
|
||||
| 'rel'
|
||||
| 'download'
|
||||
| 'style'
|
||||
>;
|
||||
|
||||
/** @public */
|
||||
|
||||
Reference in New Issue
Block a user