feat: guest information form enter details
This commit is contained in:
committed by
Pontus Dreij
parent
6bcb7a6126
commit
a5400c1498
14
components/TempDesignSystem/Form/Checkbox/Card/card.ts
Normal file
14
components/TempDesignSystem/Form/Checkbox/Card/card.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import type { IconProps } from "@/types/components/icon"
|
||||
|
||||
export interface CheckboxCardProps {
|
||||
Icon?: (props: IconProps) => JSX.Element
|
||||
declined?: boolean
|
||||
list?: {
|
||||
title: string
|
||||
}[]
|
||||
name?: string
|
||||
saving?: boolean
|
||||
subtitle?: string
|
||||
text?: string
|
||||
title: string
|
||||
}
|
||||
Reference in New Issue
Block a user