UNPKG

@clr/angular

Version:

Angular components for Clarity

7 lines (6 loc) 173 B
import { StatusTypes } from '@cds/core/internal'; export interface IconAttributes { iconShape: string | undefined; iconStatus: StatusTypes; ariaLabel: string; }