UNPKG

cfc-ui-test

Version:

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

12 lines (11 loc) 242 B
export interface BreadcrumbLink { label: string; url?: string; target?: string; home?: boolean; active?: boolean; tooltipText?: string; tooltipPlace?: string; tooltipType?: string; tooltipTimer?: string; }