UNPKG

cfc-ds

Version:

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

7 lines (6 loc) 135 B
import { ListItem } from './list-item.model'; export interface ListGroup { id: string; title: string; items: ListItem[]; }