File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,7 @@ const buttonVariants = cva(
6060)
6161
6262export interface ButtonProps
63- extends
64- React . ButtonHTMLAttributes < HTMLButtonElement > ,
63+ extends React . ButtonHTMLAttributes < HTMLButtonElement > ,
6564 VariantProps < typeof buttonVariants > {
6665 asChild ?: boolean
6766}
Original file line number Diff line number Diff line change @@ -287,7 +287,8 @@ export function CardTitle({
287287 )
288288}
289289
290- export interface CardBookmarkProps extends React . HTMLAttributes < HTMLButtonElement > {
290+ export interface CardBookmarkProps
291+ extends React . HTMLAttributes < HTMLButtonElement > {
291292 isSubscribed ?: boolean
292293 onClick ?: ( e : React . MouseEvent < HTMLButtonElement > ) => void
293294 className ?: string
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ import {
1010} from '@/assets/icons'
1111import { cn } from '@/shared/utils/cn'
1212
13- //TODO: 디자인 토큰 추가
14-
1513export interface MobileCardProps extends React . HTMLAttributes < HTMLDivElement > {
1614 logoUrl ?: string | null
1715 fallbackSrc ?: string | null
You can’t perform that action at this time.
0 commit comments