UNPKG

cfc-ds

Version:

Design System do Conselho Federal de Contabilidade baseado no govbr-ds

10 lines (9 loc) 198 B
export interface CarouselItem { id?: string | number; imageUrl?: string; imageAlt?: string; title?: string; description?: string; active?: boolean; [key: string]: any; }