Skip to content

Commit

Permalink
fix(card): fix CardProps types (#1807)
Browse files Browse the repository at this point in the history
  • Loading branch information
liang-sishi authored Oct 23, 2024
1 parent cf0be37 commit aa09774
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/varlet-ui/types/card.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export interface CardProps extends BasicAttributes {
subtitle?: string
description?: string
elevation?: boolean | number | string
filled?: boolean
ripple?: boolean
layout?: CardLayout
floating?: boolean
Expand Down

0 comments on commit aa09774

Please sign in to comment.