export type { CardPropsType } from './props'

export type CardShadowType = 'never' | 'hover' | 'always'
