UNPKG

@agendize/design-system

Version:
14 lines 408 B
export declare type CardVariant = typeof CardVariantValues[number]; export declare const CardVariantValues: string[]; export interface CardProperties { id: string; variant?: CardVariant; title: string; subTitle?: string; description?: string; imgHeight?: string; stopPropagation?: boolean; selectable?: boolean; ariaLabel: string; } //# sourceMappingURL=viewModel.d.ts.map